Skip to main content

OnceListWithTailLen

Type Alias OnceListWithTailLen 

Source
pub type OnceListWithTailLen<T, A = Global> = OnceListCore<T, A, WithTailLen<T, A>>;
Expand description

A OnceList variant with both tail and length caching enabled.

Aliased Typeยง

pub struct OnceListWithTailLen<T, A = Global> { /* private fields */ }