Crate vortex_mask

Source
Expand description

A mask is a set of sorted unique positive integers.

Structs§

MaskValues
Represents the values of a Mask that contains some true and some false elements.

Enums§

AllOr
Represents a set of values that are all included, all excluded, or some mixture of both.
Mask
Represents a set of sorted unique positive integers.
MaskIter
Iterator over the indices or slices of a mask.