Construct
Verfügbar
Apply a function to an argument:
Construct[f, x]
Construct[f, x1, …, xn]
Construct[f, x]
→ f[x]Construct[f, x, y, z]
→ f[x, y, z]Fold[Construct, f, {a, b, c}]
→ f[a][b][c] Alle 6300 Funktionen ·
Dies aus einem MCP-Client verwenden