Functionsยง
- is_
equals - Operator definition of the EQUALS operator (
==
) - is_
greater_ than - Operator definition of the GREATER_THAN operator (
>
) - is_
greater_ than_ or_ equals - Operator definition of the GREATER_THAN_OR_EQUALS operator (
>=
) - is_
less_ than - Operator definition of the LESS_THAN operator (
<
) - is_
less_ than_ or_ equals - Operator definition of the LESS_THAN_OR_EQUALS operator (
<=
) - is_
strict_ equals - Operator definition of the STRICT_EQUALS operator (
===
) - op_abs
- Operator definition of the
ABS
(func.abs(...)
) - op_add
- Operator definition of the ADD operator (
+
) - op_and
- Operator definition of the BITWISE_AND operator (
&
) - op_call
- Operator definition of the
CALL
(...(...)
) - op_cast
- Operator definition of the
CAST
operator - op_
ceil_ div - Operator definition of the CEIL_DIV operator (
^/
) - op_
concat - Operator definition of the CONCAT operator (
|||
) - op_dec
- Operator definition of the DEC operator (
-|
) - op_
deep_ copy - Operator definition of the DEEP_COPY operator (
^
) - op_div
- Operator definition of the DIV operator (
/
) - op_
floor_ div - Operator definition of the FLOOR_DIV operator (
//
) - op_
get_ item - Operator definition of the GET_ITEM operator (
[...]
) - op_
has_ next - Operator definition of the
HAS_NEXT
(func.hasNext(...)
) - op_inc
- Operator definition of the INC operator (
+|
) - op_inv
- Operator definition of the INV operator (
-
) - op_iter
- Operator definition of the
ITER
(func.iter(...)
) - op_len
- Operator definition of the LEN operator (
@
) - op_
lshift - Operator definition of the LSHIFT operator (
<<
) - op_mod
- Operator definition of the MOD operator (
%
) - op_mul
- Operator definition of the MUL operator (
*
) - op_next
- Operator definition of the
NEXT
(func.next(...)
) - op_not
- Operator definition of the BITWISE_NOT operator (
~
) - op_
optional_ get_ item - Operator definition of the OPTIONAL_GET_ITEM operator (
?.[...]
) - op_
optional_ slice - Operator definition of the OPTIONAL_SLICE operator (
?.[...:...]
) - op_or
- Operator definition of the BITWISE_OR operator (
|
) - op_pos
- Operator definition of the POS operator (
+
) - op_pow
- Operator definition of the POW operator (
**
) - op_
rshift - Operator definition of the RSHIFT operator (
>>
) - op_
rzshift - Operator definition of the RZSHIFT operator (
>>>
) - op_
set_ item - Operator definition of the
SET_ITEM
- op_
slice - Operator definition of the SLICE operator (
[...:...]
) - op_
spaceship - Operator definition of the SPACESHIP operator (
<=>
) - op_sub
- Operator definition of the SUB operator (
-
) - op_
trunc_ div - Operator definition of the TRUNC_DIV operator (
~/
) - op_xor
- Operator definition of the BITWISE_XOR operator (
^
)