atcoder.segtree.SegTree ======================= .. currentmodule:: atcoder.segtree .. autoclass:: SegTree .. rubric:: Methods .. automethod:: __init__ .. automethod:: all_prod .. automethod:: get .. automethod:: max_right .. automethod:: min_left .. automethod:: prod .. automethod:: set