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