mir-core ~master (2021-10-18T16:44:50Z)
Dub
Repo
pipe.pipe
mir
functional
pipe
auto ref
pipe
(Args args)
template
pipe
(fun...)
ref
@
optmath
static if
(
fun.length != 1
)
static if
(
f.length == fun.length && Filter!(_needNary, f).length == 0
)
@
optmath
auto ref
pipe
(
Args
...
)
(
auto
ref
Args
args
)
alias
pipe
=
.
pipe
!(
staticMap
!(
naryFun
,
f
))
alias
pipe
=
naryFun
!(
fun
[
0
])
Meta
Source
See Implementation
mir
functional
pipe
aliases
f
functions
pipe