uint64_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias uint64_t = uint
  2. alias uint64_t = uint
    extern (C)
    static if(!(H5_SIZEOF_UINT64_T >= 8))
    static if(!(H5_SIZEOF_INT >= 8))
    static if(H5_SIZEOF_LONG >= 8)
    alias uint64_t = uint
  3. alias uint64_t = ulong

Meta