fn mask(s: &str) -> u128
Build a set from a slice of ASCII characters, using the fold function to repeatedly OR bit offsets into an accumulator.
fold