pub struct SegtreeOnSegtree<M: Monoid> { /* private fields */ }
Expand description
セグメント木上にセグメント木を構築する。
Implementations§
Auto Trait Implementations§
impl<M> Freeze for SegtreeOnSegtree<M>
impl<M> RefUnwindSafe for SegtreeOnSegtree<M>where
M: RefUnwindSafe,
impl<M> Send for SegtreeOnSegtree<M>where
M: Send,
impl<M> Sync for SegtreeOnSegtree<M>where
M: Sync,
impl<M> Unpin for SegtreeOnSegtree<M>where
M: Unpin,
impl<M> UnwindSafe for SegtreeOnSegtree<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