Qurak

CurryApplied

ใช้งานได้

`CurryApplied[f, n]` is an operator that collects `n` arguments supplied one

CurryApplied[f, n]
CurryApplied[n]
CurryApplied[f, {i1, …, in}]
CurryApplied[f, k -> {i1, …, in}]
CurryApplied[f, 2][a][b] → f[a, b]CurryApplied[Plus, 3][1][2][3] → 6CurryApplied[f, {2, 1}][a][b] → f[b, a]

หัวข้อ

ที่เกี่ยวข้อง

ฟังก์ชันทั้งหมด 6300 รายการ · ใช้สิ่งนี้จากไคลเอนต์ MCP