Trait competitive_library::structure::disjoint_sparse_table::SemiGroup[][src]

pub trait SemiGroup {
    type T: Clone;
    fn operate(a: &Self::T, b: &Self::T) -> Self::T;
}

Associated Types

Required methods

Implementors