haddr_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 haddr_t = uint64_t
  2. alias haddr_t = uint
  3. alias haddr_t = ulong
  4. alias haddr_t = ulong
    extern (C)
    static if(!(H5_SIZEOF_INT64_T >= 8))
    static if(!(H5_SIZEOF_INT >= 8))
    static if(!(H5_SIZEOF_LONG >= 8))
    static if(H5_SIZEOF_LONG_LONG >= 8)
    alias haddr_t = ulong

Meta