Struct markup5ever::SmallCharSet [] [src]

pub struct SmallCharSet {
    pub bits: u64,
}

Represents a set of "small characters", those with Unicode scalar values less than 64.

Fields

Methods

impl SmallCharSet
[src]

Count the number of bytes of characters at the beginning of buf which are not in the set. See tokenizer::buffer_queue::pop_except_from.