pub type OnceListWithTail<T, A = Global> = OnceListCore<T, A, WithTail<T, A>>;
A OnceList variant with tail caching enabled.
OnceList
pub struct OnceListWithTail<T, A = Global> { /* private fields */ }