Home
last modified time | relevance | path

Searched defs:ByteSet (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/aho-corasick/src/
Dprefilter.rs419 struct ByteSet([bool; 256]); struct
421 impl ByteSet { impl
437 impl fmt::Debug for ByteSet { implementation