ssize_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 ssize_t = int
  2. alias ssize_t = long
    extern (C)
    static if(!(H5_SIZEOF_SIZE_T == H5_SIZEOF_INT))
    static if(H5_SIZEOF_SIZE_T == H5_SIZEOF_LONG)
    alias ssize_t = long
  3. alias ssize_t = long

Meta