sigjmp_buf

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias sigjmp_buf = jmp_buf
  2. alias sigjmp_buf = long[128]
  3. alias sigjmp_buf = int[128]
    version(!linux && solaris && !X86_64 && X86)
    extern (C)
    alias sigjmp_buf = int[128]
  4. alias sigjmp_buf = int[19]

Meta