symbols top-level constant
The set of all printable ASCII symbols.
Implementation
const symbols = {
'!',
'@',
'#',
'\$',
'%',
'&',
'*',
'(',
')',
'-',
'+',
'=',
'/',
'\\',
'_',
'|',
'{',
'}',
'[',
']',
':',
';',
',',
'"',
"'",
'.',
'^',
'<',
'>',
'~',
'`',
};