Searched refs:XorLinkedList (Results 1 – 2 of 2) sorted by relevance
288 list: &'a XorLinkedList<A>,416 list: &'a mut XorLinkedList<A>,717 pub fn splice_after(&mut self, mut list: XorLinkedList<A>) {755 pub fn splice_before(&mut self, mut list: XorLinkedList<A>) {795 pub fn split_after(&mut self) -> XorLinkedList<A>801 let mut list = XorLinkedList {824 let list = XorLinkedList {842 pub fn split_before(&mut self) -> XorLinkedList<A>848 let mut list = XorLinkedList {871 let list = XorLinkedList {[all …]
304 pub use crate::xor_linked_list::XorLinkedList;