Constant tokenizer_py::OPERATORS
source · pub const OPERATORS: &str = "=+-*/%&|<>!^:;.,()[]{}@$?~`";Expand description
The constant OPERATORS contains a string that lists
all possible operators that can be used in expressions.
pub const OPERATORS: &str = "=+-*/%&|<>!^:;.,()[]{}@$?~`";The constant OPERATORS contains a string that lists
all possible operators that can be used in expressions.