group

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Posix)
extern (C)
static if(!(__traits(compiles, )))
struct group {}

Members

Variables

gr_gid
gid_t gr_gid;
Undocumented in source.
gr_mem
char** gr_mem;
Undocumented in source.
gr_name
char* gr_name;
Undocumented in source.
gr_passwd
char* gr_passwd;
Undocumented in source.

Meta