Skip to main content

segment_tree_ty

Function segment_tree_ty 

Source
pub fn segment_tree_ty() -> Expr
Expand description

SegmentTree α n : Type 0 — segment tree over an array of size n.

Takes an element type and a size (Nat) and returns the segment tree type.