JanetAbstractType

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

gc
int function(void* data, size_t len) gc;
Undocumented in source.
gcmark
int function(void* data, size_t len) gcmark;
Undocumented in source.
get
Janet function(void* data, Janet key) get;
Undocumented in source.
marshal
void function(void* p, JanetMarshalContext* ctx) marshal;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
put
void function(void* data, Janet key, Janet value) put;
Undocumented in source.
tostring
void function(void* p, JanetBuffer* buffer) tostring;
Undocumented in source.
unmarshal
void function(void* p, JanetMarshalContext* ctx) unmarshal;
Undocumented in source.

Meta