Home
last modified time | relevance | path

Searched refs:ByteClassRepresentatives (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/aho-corasick/src/
H A Dclasses.rs67 pub fn representatives(&self) -> ByteClassRepresentatives<'_> { in representatives()
68 ByteClassRepresentatives { classes: self, byte: 0, last_class: None } in representatives()
104 pub struct ByteClassRepresentatives<'a> { structure names
110 impl<'a> Iterator for ByteClassRepresentatives<'a> {

Completed in 1 milliseconds