pub const fn is_atom_string_chr(chr: char) -> bool
Expand description

Returns whether chr is a valid atom character inside a string, excluding " and \ (i.e. one of :stringchar: documented at TreeNode::Atom).