Searched defs:swap_remove_index (Results 1 – 3 of 3) sorted by relevance
831 pub fn swap_remove_index(&mut self, index: usize) -> Option<(K, V)> { in swap_remove_index() method1750 fn swap_remove_index() { in swap_remove_index() function
686 pub fn swap_remove_index(&mut self, index: usize) -> Option<T> { in swap_remove_index() method1727 fn swap_remove_index() { in swap_remove_index() function
375 pub(crate) fn swap_remove_index(&mut self, index: usize) -> Option<(K, V)> { in swap_remove_index() method