pub const fn string_to_letter_map(string: &'static str) -> LetterMappingExpand description
Creates a LetterMapping from a string where mapping[i] = string[i]
pub const fn string_to_letter_map(string: &'static str) -> LetterMappingCreates a LetterMapping from a string where mapping[i] = string[i]