toDtype.toDtype

Undocumented in source.
  1. enum toDtype;
  2. enum toDtype;
  3. enum toDtype;
  4. enum toDtype;
    template toDtype(D)
    static if(!(is(D == float)))
    static if(!(is(D == double)))
    static if(!(is(D == int)))
    static if(is(D == long))
    enum toDtype = endianMark ~ "i8";

Meta