stack_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 stack_t
    version(darwin)
    extern (C)
    struct stack_t {}
  2. struct stack_t

Members

Variables

ss_flags
int ss_flags;
Undocumented in source.
ss_size
size_t ss_size;
Undocumented in source.
ss_sp
void* ss_sp;
Undocumented in source.

Meta