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
  4. struct sigset_t
    version(!linux && !darwin && !FreeBSD && solaris)
    extern (C)
    struct sigset_t {}

Members

Variables

__sigbits
uint[4] __sigbits;
Undocumented in source.

Meta