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.