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