Skip to main content

normalize_many

Function normalize_many 

Source
pub fn normalize_many(exprs: &[Expr]) -> Vec<Expr>
Expand description

Normalize a slice of expressions in parallel (sequential implementation).

Returns a Vec of normalized expressions in the same order.