//! **Ignore me!** This file contains implementation details
//! that are conceptually private but must be technically public.
#[doc(hidden)]pubenumEntry<IT> {
Used(IT),
EmptyNext(usize),
EmptyLast,}impl<IT> Default forEntry<IT>{fndefault()->Self{Entry::EmptyLast
}}