Skip to main content

xchg

Function xchg 

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