Searched refs:pop_last (Results 1 – 1 of 1) sorted by relevance
1123 pub fn pop_last(&mut self) -> Option<(K, V)> { in pop_last() method1600 assert_eq!(m.pop_last(), Some((3, 6))); in test_pop()