t_oc

Type Alias Ix

Source
pub type Ix = fn(_: char) -> usize;
Expand description

Index conversion function. Tighten with Alphabet. Returns corresponding usized index of char.

For details see english_letters::ix implementation.