Betanumeric

Trait Betanumeric 

Source
pub trait Betanumeric {
    // Required method
    fn to_betanumeric_ordinal(&self) -> Option<usize>;

    // Provided method
    fn is_betanumeric(&self) -> bool { ... }
}
Expand description

Add utility functions for working with beta numeric values

Mostly intended for working with NCDA

Required Methods§

Source

fn to_betanumeric_ordinal(&self) -> Option<usize>

Convert self into a betanumeric ordinal value

§Example

w -> 26

Provided Methods§

Source

fn is_betanumeric(&self) -> bool

Check if self is a betanumeric value

Implementations on Foreign Types§

Source§

impl Betanumeric for char

Implementors§