Alias if_.if_

template if_
{
  // ...
  alias if_(Args...) = trueBranch!Args;
  // ...
}