enum Type [src]
Fields
setvisit indexes of set bits
unsetvisit indexes of unset bits
Source
pub const Type = enum {
/// visit indexes of set bits
set,
/// visit indexes of unset bits
unset,
}
pub const Type = enum {
/// visit indexes of set bits
set,
/// visit indexes of unset bits
unset,
}