☰
Trait Band
Associated Types
T
Required Methods
operate
Implementors
Other items in
competitive_library
::
structure
::
sparse_table
All crates
?
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
[src]
type
T
:
Clone
Required methods
[src]
fn
operate
(a: &Self::
T
, b: &Self::
T
) -> Self::
T
Implementors
[src]
impl
Band
for
Min
type
T
=
i64