Qurak

MapAll

Available

Applies a function to every subexpression at every level, like `Map[f, expr, Infinity]`.

MapAll[f, expr]
MapAll[f, {{a, b}, {c, d}}] → f[{f[{f[a], f[b]}], f[{f[c], f[d]}]}]

Topics

Related

All 6300 functions · Use this from an MCP client