CurryApplied¶
CurryApplied[f, n] is an operator that collects n arguments supplied one
at a time and applies f to them in order.
A list second argument gives an explicit argument permutation.
CurryApplied¶CurryApplied[f, n] is an operator that collects n arguments supplied one
at a time and applies f to them in order.
A list second argument gives an explicit argument permutation.