dlangToXlOperType.Type

Undocumented in source.
  1. enum Type;
  2. enum Type;
  3. enum Type;
  4. enum Type;
    template dlangToXlOperType(T)
    static if(!(is(T == double[][]) || is(T == string[][]) || is(T == double[]) || is(T == string[])))
    static if(!(is(T == double)))
    static if(!(is(T == string)))
    enum Type = invalidXlOperType;

Meta