select

The ternary operation using functors.

  1. auto select(Cond cond, T t, F f)
    template select(Cond, T, F)
    @nogc
    select
    (
    Cond cond
    ,
    T t
    ,
    F f
    )
    if ()
  2. auto select(bool cond, T t, F f)

Members

Functions

select
auto select(Cond cond, T t, F f)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fun
auto fun(Cond cond, T t, F f, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta