fn get_by_arena<T>( id: Option<usize>, key: ArrayVec<usize, KEY_SEGS>, ) -> Result<T>where T: Copy + Debug,