ExtendedLightWheel

Type Alias ExtendedLightWheel 

Source
pub type ExtendedLightWheel<T> = BitWheel<T, 4, 16, 8, 16>;
Expand description

Compact extended. 16ms resolution, ~3 days. Hotspot: 128. Memory: ~100KB. More probing.

Aliased Typeยง

pub struct ExtendedLightWheel<T> { /* private fields */ }