Trait competitive_library::structure::sparse_table::Band[][src]

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

冪等半群

Associated Types

Required methods

Implementors