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

call
Janet function(void* p, int argc, Janet* argv) call;
Undocumented in source.
compare
int function(void* lhs, void* rhs) compare;
Undocumented in source.
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
int function(void* data, Janet key, Janet* out_) get;
Undocumented in source.
hash
int function(void* p, size_t len) hash;
Undocumented in source.
marshal
void function(void* p, JanetMarshalContext* ctx) marshal;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
next
Janet function(void* p, Janet key) next;
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(JanetMarshalContext* ctx) unmarshal;
Undocumented in source.

Meta