pub fn is_elementwise(
stack: &mut UnitVec<Node>,
ae: &AExpr,
expr_arena: &Arena<AExpr>,
) -> bool
Expand description
Checks if the top-level expression node is elementwise. If this is the case, then stack
will
be extended further with any nested expression nodes.