pub struct SparseTable<A: Semigroup + Idempotence> { /* private fields */ }
Expand description
冪等性と結合性をもつ列の区間取得($O(1)$)ができる。
Implementations§
Source§impl<A: Semigroup + Idempotence + Clone + Default> SparseTable<A>
impl<A: Semigroup + Idempotence + Clone + Default> SparseTable<A>
Auto Trait Implementations§
impl<A> Freeze for SparseTable<A>
impl<A> RefUnwindSafe for SparseTable<A>where
A: RefUnwindSafe,
impl<A> Send for SparseTable<A>where
A: Send,
impl<A> Sync for SparseTable<A>where
A: Sync,
impl<A> Unpin for SparseTable<A>where
A: Unpin,
impl<A> UnwindSafe for SparseTable<A>where
A: 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