pub struct DisjointSparseTable<S: Semigroup> { /* private fields */ }
Expand description
半群の列の区間取得($O(1)$)ができる。
Implementations§
Auto Trait Implementations§
impl<S> Freeze for DisjointSparseTable<S>
impl<S> RefUnwindSafe for DisjointSparseTable<S>where
S: RefUnwindSafe,
impl<S> Send for DisjointSparseTable<S>where
S: Send,
impl<S> Sync for DisjointSparseTable<S>where
S: Sync,
impl<S> Unpin for DisjointSparseTable<S>where
S: Unpin,
impl<S> UnwindSafe for DisjointSparseTable<S>where
S: 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