Searched refs:get_last (Results 1 – 1 of 1) sorted by relevance
1117 pub fn get_last(&self) -> Option<(&K, &V)> { in get_last() method1593 assert_eq!(m.get_last(), Some((&2, &4))); in test_pop()