Type Alias Re

Source
pub type Re = fn(usize) -> char;
Expand description

Reversal index conversion function. Symmetrically mirrors Ix function.

For details see english_letters::re implementation.