Qurak

MapApply

可用

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

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個