- destroy
void function(nn_optset* self) destroy;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getopt
int function(nn_optset* self, int option, void* optval, size_t* optvallen) getopt;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setopt
int function(nn_optset* self, int option, const(void)* optval, size_t optvallen) setopt;
 Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.