manabeai/ac-library-mbt/lazysegtree does not have a README file
pub struct LazySegTree[S, F] {
// private fields
}impl Debug for LazySegTree[S, F]fn[S, F] LazySegTree::from_array(values : Array[S], op~ : (S, S) -> S, e~ : () -> S, mapping~ : (F, S) -> S, composition~ : (F, F) -> F, id~ : () -> F) -> LazySegTree[S, F]fn[S, F] LazySegTree::new(n : Int, op~ : (S, S) -> S, e~ : () -> S, mapping~ : (F, S) -> S, composition~ : (F, F) -> F, id~ : () -> F) -> LazySegTree[S, F]Install
Download zipA complete MoonBit port of AtCoder Library v1.6