Function sise::is_atom_string_chr

source ·
pub fn is_atom_string_chr(chr: u8) -> bool
Expand description

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