pub type EntryList = Arc<EntryListInner>;
The reference-counted, copy-on-write child list.
pub struct EntryList { /* private fields */ }