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