pub fn transform_op<T>(transformer: &mut T, op: Op) -> Opwhere
T: OpTransform,Expand description
Apply a transform to an Op tree (bottom-up)
pub fn transform_op<T>(transformer: &mut T, op: Op) -> Opwhere
T: OpTransform,Apply a transform to an Op tree (bottom-up)