Struct competitive_library::structure::fenwick_tree::FenwickTree [−][src]
pub struct FenwickTree<M> where
M: Monoid, { /* fields omitted */ }
Expand description
Binary Index Tree
Implementations
Trait Implementations
Auto Trait Implementations
impl<M> RefUnwindSafe for FenwickTree<M> where
<M as Monoid>::T: RefUnwindSafe,
impl<M> Send for FenwickTree<M> where
<M as Monoid>::T: Send,
impl<M> Sync for FenwickTree<M> where
<M as Monoid>::T: Sync,
impl<M> Unpin for FenwickTree<M> where
<M as Monoid>::T: Unpin,
impl<M> UnwindSafe for FenwickTree<M> where
<M as Monoid>::T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more