Struct bio::alphabets::Alphabet[][src]

pub struct Alphabet {
    pub symbols: BitSet,
}

Representation of an alphabet.

Fields

Methods

impl Alphabet
[src]

Create new alphabet from given symbols.

Insert symbol into alphabet.

Check if given text is a word over the alphabet.

Return lexicographically maximal symbol.

Return size of the alphabet.

Is this alphabet empty?

Auto Trait Implementations

impl Send for Alphabet

impl Sync for Alphabet