keen/symbol

Source
This is a standard module and does not need to be explicitly imported.
symbol record (has private fields)
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)
interpolate symbol(parts string[])
to js-any(a symbol) js
Converts to a JS 'string', not a 'Symbol'
to symbol(a js-any) js