Searched refs:shift_remove_index (Results 1 – 3 of 3) sorted by relevance
272 pub(crate) fn shift_remove_index(&mut self, index: usize) -> Option<(K, V)> { in shift_remove_index() method
844 pub fn shift_remove_index(&mut self, index: usize) -> Option<(K, V)> { in shift_remove_index() method845 self.core.shift_remove_index(index) in shift_remove_index()
699 pub fn shift_remove_index(&mut self, index: usize) -> Option<T> { in shift_remove_index() method700 self.map.shift_remove_index(index).map(|(x, ())| x) in shift_remove_index()