Returns the number of characters in this alphabet (the radix)
(&self)
| 130 | |
| 131 | /// Returns the number of characters in this alphabet (the radix) |
| 132 | pub fn radix(&self) -> usize { |
| 133 | self.radix |
| 134 | } |
| 135 | |
| 136 | /// Returns the binary logarithm of the number of characters in this alphabet |
| 137 | pub fn lg_r(&self) -> usize { |
nothing calls this directly
no outgoing calls
no test coverage detected