templateAnd.templateAnd

Undocumented in source.
  1. enum bool templateAnd;
  2. alias templateAnd = Instantiate!(.templateAnd!(Preds[1..$]), T)
    template templateAnd(T...)
    static if(!(Preds.length == 0))
    static if(Instantiate!(Preds[0], T))
    alias templateAnd = Instantiate!(.templateAnd!(Preds[1..$]), T)
  3. enum bool templateAnd;

Meta