pub type OnceListWithLen<T, A = Global> = OnceListCore<T, A, WithLen<T, A>>;
A OnceList variant with length caching enabled (O(1) len()).
OnceList
len()
pub struct OnceListWithLen<T, A = Global> { /* private fields */ }