set
visit indexes of set bits
unset
visit indexes of unset bits
pub const Type = enum { /// visit indexes of set bits set, /// visit indexes of unset bits unset, }
Press escape to exit search and then '?' to see more options.