Qurak

MapApply

Tilgjengelig

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

Emner

Relatert

Alle 6300 funksjoner · Bruk dette fra en MCP-klient