macro_rules! encoding {
($t:ident :[$(($prefix:literal, $ordinal_len:expr)),+]) => { ... };
}Expand description
Defines a new encoding with the specified stages.
macro_rules! encoding {
($t:ident :[$(($prefix:literal, $ordinal_len:expr)),+]) => { ... };
}Defines a new encoding with the specified stages.