toDtype.toDtype

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

Meta