__reflect.gdn::operators()
All the operators in Garden.
public fun operators(): List<String> { // See lex_between in lex.rs for all lexemes that can be operators. ["==", "!=", ">=", "<=", "&&", "||", "+=", "-=", "**", "+.", "-.", "*.", "/.", "+", "-", "*", "/", "%", "^", "=", "<", ">", ] }