Skip to main content

Module operators

Module operators 

Source
Expand description

Operator type-checking - binary, unary, and index-assign.

Modulesยง

binary ๐Ÿ”’
Binary operator type checking.
index_assign ๐Ÿ”’
Index-assign type checking (arr[i] = value).
unary ๐Ÿ”’
Unary operator type checking.

Functionsยง

op_str
Returns the display string for a binary operator token, used in error messages.