mir-core — Libmir Archive
Libmir Archive
API Reference Index
mir-core Guide
Dlang.org
reverseArgs.reverseArgs
mir
functional
reverseArgs
Returns a callable that forwards to `fun` with its arguments reversed.
template
reverseArgs
(alias fun)
ref
@
optmath
@
optmath
auto ref
reverseArgs
(
Args
...
)
(
auto
ref
Args
args
)
if
(
is
(
typeof
(
fun
(
Reverse
!
args
)))
)
mir
functional
reverseArgs
functions
reverseArgs
Returns a callable that forwards to `fun` with its arguments reversed.