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