Skip to main content

flatten_max

Function flatten_max 

Source
pub fn flatten_max(l: &Level) -> Vec<(Level, u32)>
Expand description

Flatten a level to a list of (base, offset) pairs representing max arguments.

E.g., max(max(u, v+1), w+2)[(u,0), (v,1), (w,2)].