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]]

Thèmes

Connexes

Les 6300 fonctions · Utiliser ceci depuis un client MCP