pub struct SortedList { /* private fields */ }Expand description
Treap-backed sorted list of i64 keys with multiplicity.
Implementations§
Source§impl SortedList
impl SortedList
Auto Trait Implementations§
impl Freeze for SortedList
impl RefUnwindSafe for SortedList
impl Send for SortedList
impl Sync for SortedList
impl Unpin for SortedList
impl UnsafeUnpin for SortedList
impl UnwindSafe for SortedList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more