Skip to main content

NonZeroU8Set

Type Alias NonZeroU8Set 

Source
pub type NonZeroU8Set = NonZeroByteSet;
Expand description

A set of non-zero unsigned 8-bit integers.

This type is entirely space efficient and will only ever allocate 256 bytes of memory.

Aliased Typeยง

pub struct NonZeroU8Set(/* private fields */);