Qurak

ReverseApplied

Available

Operator that applies a function with its arguments reversed

ReverseApplied[f]
ReverseApplied[f, n]
ReverseApplied[f][a, b, c] → f[c, b, a]ReverseApplied[NumericalOrder][2, 5] → -1ReverseApplied[f][a, b, c, d] → f[d, c, b, a]

Topics

Related

All 6300 functions · Use this from an MCP client