Searched defs:ByteClass (Results 1 – 1 of 1) sorted by relevance
15 ByteClass(ByteClass<S>), enumerator203 pub struct ByteClass<S>(Repr<S>); struct205 impl<S: StateID> ByteClass<S> { impl211 impl<S: StateID> Automaton for ByteClass<S> { implementation