dlangToXlOperType.Type

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

Meta