Function preprocess
Source pub fn preprocess<F>(expr: Expression, transforms: &[F]) -> Result<Expression>
Expand description
Apply a chain of transforms to an expression
§Arguments
expr - The expression to transform
transforms - A list of transform functions to apply in order
§Returns
The transformed expression