Storage

Type Alias Storage 

Source
pub type Storage = u32;
Expand description

The storage-medium for representing clusters compactly via a bitset.

We’ll hopefully never have to calculate clusters on more than 32 points, so 32 bits is enough for now.

If you are not on a 32-bit-or-above-platform, this will cause issues with indices.