Skip to main content

get_by_arena

Function get_by_arena 

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