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