condExpr.condExpr

Undocumented in source.
template condExpr(alias cond, alias _if, alias _else)
enum condExpr = cond ? _if : _else;

Meta