Sym
Symbols are interned identifiers used for dictionary keys and enum-like values.
Creating Symbols
Literal syntax with surrounding colons:
From a string with the lowercase sym coercion:
Enum-like values:
Dictionary keys:
Methods
(eq) other
Symbols are compared by identity.
(lt) other
Symbols compare lexicographically by name.