pub type StaticCons<'a, T, const N: usize> = CachingCons<&'a StaticRb<T, N>>;
Alias for StaticRb consumer.
StaticRb
struct StaticCons<'a, T, const N: usize> { /* private fields */ }