keen/symbol

Source
This is a standard module and does not need to be explicitly imported.
symbol record (has private fields)
== bool(a symbol, b symbol)
<=> comparison(a symbol, b symbol)
Same as a.to::string <=> b.to::string.
to string(a symbol)
to char8[](a symbol)
to symbol(a string)
to symbol(a char8 array-view)
to symbol(a String) java
show string(a symbol)
hash void(a symbol, state hash-state)
to symbol(a symbol)
to symbol(a nat64)
interpolate symbol(parts string[])
to js-any(a symbol) js
Converts to a JS 'string', not a 'Symbol'
to symbol(a js-any) js