Expand description

deal with 3 kinds of composition queries. f(x) := f(x) + a f(x) := max(f(x), a) f(x) := min(f(x), a)

Structs