ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
select.fun
ae
utils
functor
composition
select
Undocumented in source. Be warned that the author may not have intended to support it.
template
select
(Cond, T, F)
static
auto
fun
(
Args
...
)
(
Cond
cond
,
T
t
,
F
f
,
auto
ref
Args
args
)
if
(
isFunctor
!
Cond
&&
isFunctor
!
T
&&
isFunctor
!
F
)
Meta
Source
See Implementation
ae
utils
functor
composition
select
functions
select
static functions
fun