Skip to main content

set

Function set 

Source
fn set<T>(key: ArrayVec<usize, KEY_SEGS>, val: T) -> Result<T>
where T: Copy + Debug,