pub fn concat_atom4(s1: &str, s2: &str, s3: &str, s4: &str) -> Atom
Creates an Atom as a result of concatenating 4 string slices.
Atom