templateAnd.templateAnd

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

Meta