Module rotary::mask[][src]

Utilities used for masking indexes.

Masks keep track of usize indexes which are set through testing. This allows for masking indexes in certain operations. Like if you want to mask which channels in an audio buffer is in use or not.

Structs

All

A mask where every element is set.

Join

A joined iterator.

None

A mask where every element is set.

Traits

Mask

A trait used to check if an index is masked.

Functions

all

Construct the special mask where every index is set.

none

Construct the special mask where no index is set.