__jmp_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 __jmp_buf = long[8]
  2. alias __jmp_buf = int[6]
  3. alias __jmp_buf = long[64]
    version(linux && !X86_64 && !X86 && PPC64)
    extern (C)
    alias __jmp_buf = long[64]
  4. alias __jmp_buf = int[64 + (12 * 4)]
  5. alias __jmp_buf = int[3]

Meta