The list of valid Kite operators.
: and: andarray: arraycall: calldivide: divideequals: equalsgeq: geqgt: gtleq: leqlshift: lshiftlt: ltmap: mapminus: minusmod: modmultiply: multiplynequals: nequalsnot: notnumber_of_operators: number_of_operatorsor: orplus: plusproperty: propertyreduce: reducershift: rshiftunminus: unminusunplus: unplusxor: xorto_str(op): Return string representation of given operator.op: Operator to get string representation of.