sigset_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct sigset_t
  2. alias sigset_t = uint
  3. struct sigset_t
    version(!linux && !darwin && FreeBSD)
    extern (C)
    struct sigset_t {}
  4. struct sigset_t

Members

Variables

__bits
uint[4] __bits;
Undocumented in source.

Meta