Alias notEmptyIf.notEmptyIf

template notEmptyIf
{
  // ...
  alias notEmptyIf(alias T) = T;
  // ...
}