enumstd.bit_set.IteratorOptions.Type[src]

Fields

set

visit indexes of set bits

unset

visit indexes of unset bits

Source Code

Source code
pub const Type = enum {
    /// visit indexes of set bits
    set,
    /// visit indexes of unset bits
    unset,
}