Searched refs:remove_prev (Results 1 – 2 of 2) sorted by relevance
1093 pub fn remove_prev(&mut self) -> Option<ListArc<T, ID>> { in remove_prev() method
755 /// // Calling `remove_prev` from the first element returns [`None`].756 /// assert!(cursor.remove_prev().is_none());763 /// // Calling `remove_prev` removes and returns the middle element.764 /// assert_eq!(cursor.remove_prev().unwrap().to_key_value(), (20, 200));942 pub fn remove_prev(&mut self) -> Option<RBTreeNode<K, V>> {939 pub fn remove_prev(&mut self) -> Option<RBTreeNode<K, V>> { remove_prev() method