staticIfElse.staticIfElse

Undocumented in source.
  1. alias staticIfElse = ifValue
  2. alias staticIfElse = elseValue
    template staticIfElse(bool cond, alias ifValue, alias elseValue)
    static if(!(cond))
    alias staticIfElse = elseValue

Meta