templateAnd.templateAnd

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

Meta