ReverseApplied
represents a form of f that takes arguments in reverse order so that ReverseApplied[f][x1,…,xn] is equivalent to f[xn,…,x1].
ReverseApplied[f,n]
represents a form of f that reverses the first n arguments before evaluation.
Examples
open allclose allScope (2)
Properties & Relations (5)
ReverseApplied can be built as a combination of Reverse and Apply:
ReverseApplied[f][] returns f[]:
ReverseSort is equivalent to Sort with ordering function ReverseApplied[Order]:
RightComposition is equivalent to ReverseApplied[Composition]:
OperatorApplied[f] is equivalent to a combination of CurryApplied[2] and ReverseApplied[f]:
Text
Wolfram Research (2020), ReverseApplied, Wolfram Language function, https://reference.wolfram.com/language/ref/ReverseApplied.html.
CMS
Wolfram Language. 2020. "ReverseApplied." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ReverseApplied.html.
APA
Wolfram Language. (2020). ReverseApplied. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ReverseApplied.html