pub struct DynamicSegtree<M: Monoid> { /* private fields */ }
Expand description
動的セグメント木
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M> Freeze for DynamicSegtree<M>
impl<M> RefUnwindSafe for DynamicSegtree<M>where
M: RefUnwindSafe,
impl<M> Send for DynamicSegtree<M>where
M: Send,
impl<M> Sync for DynamicSegtree<M>where
M: Sync,
impl<M> Unpin for DynamicSegtree<M>where
M: Unpin,
impl<M> UnwindSafe for DynamicSegtree<M>where
M: UnwindSafe,
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