This is the documentation for the symb module.
is-symb? (boolean) checks if the rand is a symbol.
Parameters:
val: (any) the value to be checked if it is a symbol.is-void? (boolean) checks if the rand is the #void symbol.
Parameters:
val: (any) the value to be checked if it is #void.str2symb (symbol) converts a given string to a symbol.
Parameters:
str: (string) the string.symb2str (string) converts a given symbol to a string.
Parameters:
symb: (symbol) the string.