select.select

Undocumented in source. Be warned that the author may not have intended to support it.
  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)

Meta