pub struct SegTreeV2 { /* private fields */ }Expand description
A segment tree supporting point updates and range queries.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SegTreeV2
impl RefUnwindSafe for SegTreeV2
impl Send for SegTreeV2
impl Sync for SegTreeV2
impl Unpin for SegTreeV2
impl UnsafeUnpin for SegTreeV2
impl UnwindSafe for SegTreeV2
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