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
    version(linux)
    extern (C) @nogc nothrow
    static if(!(is(size_t == uint)))
    alias ssize_t = long

Meta