pub struct BinaryIndexedTree { /* private fields */ }Expand description
Binary Indexed Tree (BIT)
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BinaryIndexedTree
impl Send for BinaryIndexedTree
impl Sync for BinaryIndexedTree
impl Unpin for BinaryIndexedTree
impl UnwindSafe for BinaryIndexedTree
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