Home
last modified time | relevance | path

Searched defs:shift_remove_entry (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/indexmap/src/map/core/
Draw.rs185 pub fn shift_remove_entry(self) -> (K, V) { in shift_remove_entry() method
/external/rust/crates/indexmap/src/
Dmap.rs616 pub fn shift_remove_entry<Q: ?Sized>(&mut self, key: &Q) -> Option<(K, V)> in shift_remove_entry() function