Function sise::is_atom_string_chr[][src]

pub 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 Node::Atom).