Qurak

MapApply

Disponible

Applies the head `f` to the parts of each sublist

f @@@ expr or MapApply[f, expr]
MapApply[f]
MapApply[f, {{1, 2}, {3, 4}}] → {f[1, 2], f[3, 4]}f @@@ g[{a, b}, {c}] → g[f[a, b], f[c]]

Temas

Relacionadas

Las 6300 funciones · Usar esto desde un cliente MCP