janet.c

Undocumented in source.

Members

Aliases

JanetAbstract
alias JanetAbstract = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetCFunction
alias JanetCFunction = Janet function(int argc, Janet* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetKeyword
alias JanetKeyword = const(ubyte)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetModconf
alias JanetModconf = JanetBuildConfig function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetModule
alias JanetModule = void function(JanetTable*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetScratchFinalizer
alias JanetScratchFinalizer = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetString
alias JanetString = const(ubyte)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetStruct
alias JanetStruct = const(JanetKV)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetSymbol
alias JanetSymbol = const(ubyte)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetTuple
alias JanetTuple = const(Janet)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

JanetAssembleStatus
enum JanetAssembleStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetBindingType
enum JanetBindingType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetCompileStatus
enum JanetCompileStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetFiberStatus
enum JanetFiberStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetInstructionType
enum JanetInstructionType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetIntType
enum JanetIntType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetOpArgType
enum JanetOpArgType

START SECTION OPCODES ****

JanetOpCode
enum JanetOpCode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetParserStatus
enum JanetParserStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetPegOpcode
enum JanetPegOpcode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetSignal
enum JanetSignal
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetTArrayType
enum JanetTArrayType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetType
enum JanetType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

janet_abstract
JanetAbstract janet_abstract(const(JanetAbstractType)* type, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_abstract_begin
void* janet_abstract_begin(const(JanetAbstractType)* type, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_abstract_end
JanetAbstract janet_abstract_end(void* abstractTemplate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_abstract_from_head
auto janet_abstract_from_head(T gcobject)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_abstract_head
auto janet_abstract_head(T u)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_abstract_head
JanetAbstractHead* janet_abstract_head(const(void)* abstract_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_abstract_size
auto janet_abstract_size(T u)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_abstract_type
auto janet_abstract_type(T u)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_arity
void janet_arity(int arity, int min, int max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_array
JanetArray* janet_array(int capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_array_ensure
void janet_array_ensure(JanetArray* array, int capacity, int growth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_array_n
JanetArray* janet_array_n(const(Janet)* elements, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_array_peek
Janet janet_array_peek(JanetArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_array_pop
Janet janet_array_pop(JanetArray* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_array_push
void janet_array_push(JanetArray* array, Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_array_setcount
void janet_array_setcount(JanetArray* array, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_asm
JanetAssembleResult janet_asm(Janet source, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_asm_decode_instruction
Janet janet_asm_decode_instruction(uint instr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer
JanetBuffer* janet_buffer(int capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_deinit
void janet_buffer_deinit(JanetBuffer* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_ensure
void janet_buffer_ensure(JanetBuffer* buffer, int capacity, int growth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_extra
void janet_buffer_extra(JanetBuffer* buffer, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_init
JanetBuffer* janet_buffer_init(JanetBuffer* buffer, int capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_push_bytes
void janet_buffer_push_bytes(JanetBuffer* buffer, const(ubyte)* string, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_push_cstring
void janet_buffer_push_cstring(JanetBuffer* buffer, const(char)* cstring)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_push_string
void janet_buffer_push_string(JanetBuffer* buffer, JanetString string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_push_u16
void janet_buffer_push_u16(JanetBuffer* buffer, ushort x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_push_u32
void janet_buffer_push_u32(JanetBuffer* buffer, uint x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_push_u64
void janet_buffer_push_u64(JanetBuffer* buffer, ulong x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_push_u8
void janet_buffer_push_u8(JanetBuffer* buffer, ubyte x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_buffer_setcount
void janet_buffer_setcount(JanetBuffer* buffer, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_bytes_view
int janet_bytes_view(Janet str, const(ubyte*)* data, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_call
Janet janet_call(JanetFunction* fun, int argc, const(Janet)* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_cfuns
void janet_cfuns(JanetTable* env, const(char)* regprefix, const(JanetReg)* cfuns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_checkabstract
JanetAbstract janet_checkabstract(Janet x, const(JanetAbstractType)* at)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_checkfile
JanetAbstract janet_checkfile(Janet j)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_checkint
int janet_checkint(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_checkint64
int janet_checkint64(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_checkint64range
auto janet_checkint64range(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_checkintrange
auto janet_checkintrange(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_checksize
int janet_checksize(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_checktype
int janet_checktype(Janet x, JanetType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_checktype
auto janet_checktype(T0 x, T1 t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_checktypes
int janet_checktypes(Janet x, int typeflags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_checktypes
auto janet_checktypes(T0 x, T1 tps)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_ckeyword
JanetKeyword janet_ckeyword(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_ckeywordv
auto janet_ckeywordv(T cstr)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_clear_memory
void janet_clear_memory()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_collect
void janet_collect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_compare
int janet_compare(Janet x, Janet y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_compile
JanetCompileResult janet_compile(Janet source, JanetTable* env, JanetString where)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_continue
JanetSignal janet_continue(JanetFiber* fiber, Janet in_, Janet* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_core_env
JanetTable* janet_core_env(JanetTable* replacements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_cstrcmp
int janet_cstrcmp(JanetString str, const(char)* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_cstring
JanetString janet_cstring(const(char)* cstring)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_cstringv
auto janet_cstringv(T cstr)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_csymbol
JanetSymbol janet_csymbol(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_csymbolv
auto janet_csymbolv(T cstr)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_current_fiber
JanetFiber* janet_current_fiber()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_debug_break
void janet_debug_break(JanetFuncDef* def, int pc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_debug_find
void janet_debug_find(JanetFuncDef** def_out, int* pc_out, JanetString source, int line, int column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_debug_unbreak
void janet_debug_unbreak(JanetFuncDef* def, int pc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_def
void janet_def(JanetTable* env, const(char)* name, Janet val, const(char)* documentation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_default_rng
JanetRNG* janet_default_rng()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_deinit
void janet_deinit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_description
JanetString janet_description(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_description_b
void janet_description_b(JanetBuffer* buffer, Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_dictionary_get
Janet janet_dictionary_get(const(JanetKV)* data, int cap, Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_dictionary_next
const(JanetKV)* janet_dictionary_next(const(JanetKV)* kvs, int cap, const(JanetKV)* kv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_dictionary_view
int janet_dictionary_view(Janet tab, const(JanetKV*)* data, int* len, int* cap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_disasm
Janet janet_disasm(JanetFuncDef* def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_dobytes
int janet_dobytes(JanetTable* env, const(ubyte)* bytes, int len, const(char)* sourcePath, Janet* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_dostring
int janet_dostring(JanetTable* env, const(char)* str, const(char)* sourcePath, Janet* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_dyn
Janet janet_dyn(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_dynfile
FILE* janet_dynfile(const(char)* name, FILE* def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_dynprintf
void janet_dynprintf(const(char)* name, FILE* dflt_file, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_env_lookup
JanetTable* janet_env_lookup(JanetTable* env)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_env_lookup_into
void janet_env_lookup_into(JanetTable* renv, JanetTable* env, const(char)* prefix, int recurse)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_equals
int janet_equals(Janet x, Janet y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_fiber
JanetFiber* janet_fiber(JanetFunction* callee, int capacity, int argc, const(Janet)* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_fiber_reset
JanetFiber* janet_fiber_reset(JanetFiber* fiber, JanetFunction* callee, int argc, const(Janet)* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_fiber_status
JanetFiberStatus janet_fiber_status(JanetFiber* fiber)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_fixarity
void janet_fixarity(int arity, int fix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_flag_at
auto janet_flag_at(T0 F, T1 I)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_formatb
JanetBuffer* janet_formatb(JanetBuffer* bufp, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_formatbv
void janet_formatbv(JanetBuffer* bufp, const(char)* format, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_formatc
JanetString janet_formatc(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_funcdef_alloc
JanetFuncDef* janet_funcdef_alloc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gclock
int janet_gclock()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gcpressure
void janet_gcpressure(size_t s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gcroot
void janet_gcroot(Janet root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gcunlock
void janet_gcunlock(int handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gcunroot
int janet_gcunroot(Janet root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gcunrootall
int janet_gcunrootall(Janet root)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_get
Janet janet_get(Janet ds, Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_get_abstract_type
const(JanetAbstractType)* janet_get_abstract_type(Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getabstract
void* janet_getabstract(const(Janet)* argv, int n, const(JanetAbstractType)* at)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getargindex
int janet_getargindex(const(Janet)* argv, int n, int length, const(char)* which)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getarray
JanetArray* janet_getarray(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getboolean
int janet_getboolean(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getbuffer
JanetBuffer* janet_getbuffer(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getbytes
JanetByteView janet_getbytes(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getcfunction
JanetCFunction janet_getcfunction(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getcstring
const(char)* janet_getcstring(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getdictionary
JanetDictView janet_getdictionary(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getfiber
JanetFiber* janet_getfiber(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getfile
FILE* janet_getfile(const(Janet)* argv, int n, int* flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getflags
ulong janet_getflags(const(Janet)* argv, int n, const(char)* flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getfunction
JanetFunction* janet_getfunction(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gethalfrange
int janet_gethalfrange(const(Janet)* argv, int n, int length, const(char)* which)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getindex
Janet janet_getindex(Janet ds, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getindexed
JanetView janet_getindexed(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getinteger
int janet_getinteger(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getinteger64
long janet_getinteger64(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getkeyword
JanetKeyword janet_getkeyword(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getmethod
Janet janet_getmethod(const(ubyte)* method, const(JanetMethod)* methods)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getnat
int janet_getnat(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getnumber
double janet_getnumber(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getpointer
void* janet_getpointer(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getsize
size_t janet_getsize(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getslice
JanetRange janet_getslice(int argc, const(Janet)* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getstring
JanetString janet_getstring(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getstruct
JanetStruct janet_getstruct(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_getsymbol
JanetSymbol janet_getsymbol(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gettable
JanetTable* janet_gettable(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gettarray_any
JanetTArrayView* janet_gettarray_any(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gettarray_buffer
JanetTArrayBuffer* janet_gettarray_buffer(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gettarray_view
JanetTArrayView* janet_gettarray_view(const(Janet)* argv, int n, JanetTArrayType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_gettuple
JanetTuple janet_gettuple(const(Janet)* argv, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_hash
int janet_hash(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_in
Janet janet_in(Janet ds, Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_indexed_view
int janet_indexed_view(Janet seq, const(Janet*)* data, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_init
int janet_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_init_hash_key
void janet_init_hash_key(ubyte[JANET_HASH_KEY_SIZE] key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_is_int
JanetIntType janet_is_int(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_is_tarray_view
int janet_is_tarray_view(Janet x, JanetTArrayType type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_keyeq
int janet_keyeq(Janet x, const(char)* cstring)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_keyword
JanetKeyword janet_keyword(const(ubyte)* str, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_keywordv
auto janet_keywordv(T0 str, T1 len)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_length
int janet_length(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_lengthv
Janet janet_lengthv(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_loop
void janet_loop()

START SECTION MAIN ****

janet_makefile
Janet janet_makefile(FILE* f, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_mark
void janet_mark(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_marshal
void janet_marshal(JanetBuffer* buf, Janet x, JanetTable* rreg, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_marshal_abstract
void janet_marshal_abstract(JanetMarshalContext* ctx, JanetAbstract abstract_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_marshal_byte
void janet_marshal_byte(JanetMarshalContext* ctx, ubyte value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_marshal_bytes
void janet_marshal_bytes(JanetMarshalContext* ctx, const(ubyte)* bytes, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_marshal_int
void janet_marshal_int(JanetMarshalContext* ctx, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_marshal_int64
void janet_marshal_int64(JanetMarshalContext* ctx, long value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_marshal_janet
void janet_marshal_janet(JanetMarshalContext* ctx, Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_marshal_size
void janet_marshal_size(JanetMarshalContext* ctx, size_t value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_mcall
Janet janet_mcall(const(char)* name, int argc, Janet* argv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_native
JanetModule janet_native(const(char)* name, JanetString* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_next
Janet janet_next(Janet ds, Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optabstract
JanetAbstract janet_optabstract(const(Janet)* argv, int argc, int n, const(JanetAbstractType)* at, JanetAbstract dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optarray
JanetArray* janet_optarray(const(Janet)* argv, int argc, int n, int dflt_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optboolean
int janet_optboolean(const(Janet)* argv, int argc, int n, int dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optbuffer
JanetBuffer* janet_optbuffer(const(Janet)* argv, int argc, int n, int dflt_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optcfunction
JanetCFunction janet_optcfunction(const(Janet)* argv, int argc, int n, JanetCFunction dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optcstring
const(char)* janet_optcstring(const(Janet)* argv, int argc, int n, const(char)* dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optfiber
JanetFiber* janet_optfiber(const(Janet)* argv, int argc, int n, JanetFiber* dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optfunction
JanetFunction* janet_optfunction(const(Janet)* argv, int argc, int n, JanetFunction* dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optinteger
int janet_optinteger(const(Janet)* argv, int argc, int n, int dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optinteger64
long janet_optinteger64(const(Janet)* argv, int argc, int n, long dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optkeyword
JanetKeyword janet_optkeyword(const(Janet)* argv, int argc, int n, JanetString dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optnat
int janet_optnat(const(Janet)* argv, int argc, int n, int dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optnumber
double janet_optnumber(const(Janet)* argv, int argc, int n, double dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optpointer
void* janet_optpointer(const(Janet)* argv, int argc, int n, void* dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optsize
size_t janet_optsize(const(Janet)* argv, int argc, int n, size_t dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optstring
JanetString janet_optstring(const(Janet)* argv, int argc, int n, JanetString dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optstruct
JanetStruct janet_optstruct(const(Janet)* argv, int argc, int n, JanetStruct dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_optsymbol
JanetSymbol janet_optsymbol(const(Janet)* argv, int argc, int n, JanetString dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_opttable
JanetTable* janet_opttable(const(Janet)* argv, int argc, int n, int dflt_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_opttuple
JanetTuple janet_opttuple(const(Janet)* argv, int argc, int n, JanetTuple dflt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_panic
void janet_panic(const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_panic_abstract
void janet_panic_abstract(Janet x, int n, const(JanetAbstractType)* at)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_panic_type
void janet_panic_type(Janet x, int n, int expected)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_panicf
void janet_panicf(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_panics
void janet_panics(JanetString message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_panicv
void janet_panicv(Janet message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_parser_consume
void janet_parser_consume(JanetParser* parser, ubyte c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_parser_deinit
void janet_parser_deinit(JanetParser* parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_parser_eof
void janet_parser_eof(JanetParser* parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_parser_error
const(char)* janet_parser_error(JanetParser* parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_parser_flush
void janet_parser_flush(JanetParser* parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_parser_has_more
int janet_parser_has_more(JanetParser* parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_parser_init
void janet_parser_init(JanetParser* parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_parser_produce
Janet janet_parser_produce(JanetParser* parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_parser_status
JanetParserStatus janet_parser_status(JanetParser* parser)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_pcall
JanetSignal janet_pcall(JanetFunction* fun, int argn, const(Janet)* argv, Janet* out_, JanetFiber** f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_pretty
JanetBuffer* janet_pretty(JanetBuffer* buffer, int depth, int flags, Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_put
void janet_put(Janet ds, Janet key, Janet value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_putindex
void janet_putindex(Janet ds, int index, Janet value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_register
void janet_register(const(char)* name, JanetCFunction cfun)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_register_abstract_type
void janet_register_abstract_type(const(JanetAbstractType)* at)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_resolve
JanetBindingType janet_resolve(JanetTable* env, JanetSymbol sym, Janet* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_resolve_core
Janet janet_resolve_core(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_rng_longseed
void janet_rng_longseed(JanetRNG* rng, const(ubyte)* bytes, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_rng_seed
void janet_rng_seed(JanetRNG* rng, uint seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_rng_u32
uint janet_rng_u32(JanetRNG* rng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_root_fiber
JanetFiber* janet_root_fiber()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_scalloc
void* janet_scalloc(size_t nmemb, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_scan_int64
int janet_scan_int64(const(ubyte)* str, int len, long* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_scan_int64
int janet_scan_int64(const(ubyte)* str, int len, long* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_scan_number
int janet_scan_number(const(ubyte)* str, int len, double* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_scan_uint64
int janet_scan_uint64(const(ubyte)* str, int len, ulong* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_scan_uint64
int janet_scan_uint64(const(ubyte)* str, int len, ulong* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_setdyn
void janet_setdyn(const(char)* name, Janet value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_sfinalizer
void janet_sfinalizer(void* mem, JanetScratchFinalizer finalizer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_sfree
void janet_sfree(void* mem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_signalv
void janet_signalv(JanetSignal signal, Janet message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_smalloc
void* janet_smalloc(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_srealloc
void* janet_srealloc(void* mem, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_stacktrace
void janet_stacktrace(JanetFiber* fiber, Janet err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_step
JanetSignal janet_step(JanetFiber* fiber, Janet in_, Janet* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_streq
int janet_streq(Janet x, const(char)* cstring)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_string
JanetString janet_string(const(ubyte)* buf, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_string_begin
ubyte* janet_string_begin(int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_string_compare
int janet_string_compare(JanetString lhs, JanetString rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_string_end
JanetString janet_string_end(ubyte* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_string_equal
int janet_string_equal(JanetString lhs, JanetString rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_string_equalconst
int janet_string_equalconst(JanetString lhs, const(ubyte)* rhs, int rlen, int rhash)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_string_hash
auto janet_string_hash(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_string_head
JanetStringHead* janet_string_head(const(ubyte)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_string_head
auto janet_string_head(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_string_length
auto janet_string_length(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_stringv
auto janet_stringv(T0 str, T1 len)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_struct_begin
JanetKV* janet_struct_begin(int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_struct_capacity
auto janet_struct_capacity(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_struct_compare
int janet_struct_compare(const(JanetKV)* lhs, const(JanetKV)* rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_struct_end
const(JanetKV)* janet_struct_end(JanetKV* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_struct_equal
int janet_struct_equal(const(JanetKV)* lhs, const(JanetKV)* rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_struct_find
const(JanetKV)* janet_struct_find(const(JanetKV)* st, Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_struct_from_head
auto janet_struct_from_head(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_struct_get
Janet janet_struct_get(const(JanetKV)* st, Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_struct_hash
auto janet_struct_hash(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_struct_head
JanetStructHead* janet_struct_head(const(JanetKV)* st)

START SECTION NON-C API ****

janet_struct_head
auto janet_struct_head(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_struct_length
auto janet_struct_length(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_struct_put
void janet_struct_put(JanetKV* st, Janet key, Janet value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_struct_to_table
JanetTable* janet_struct_to_table(const(JanetKV)* st)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_sweep
void janet_sweep()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_symbol
JanetSymbol janet_symbol(const(ubyte)* str, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_symbol_gen
JanetSymbol janet_symbol_gen()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_symbolv
auto janet_symbolv(T0 str, T1 len)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_symeq
int janet_symeq(Janet x, const(char)* cstring)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table
JanetTable* janet_table(int capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_clone
JanetTable* janet_table_clone(JanetTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_deinit
void janet_table_deinit(JanetTable* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_find
JanetKV* janet_table_find(JanetTable* t, Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_get
Janet janet_table_get(JanetTable* t, Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_get_ex
Janet janet_table_get_ex(JanetTable* t, Janet key, JanetTable** which)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_init
JanetTable* janet_table_init(JanetTable* table, int capacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_merge_struct
void janet_table_merge_struct(JanetTable* table, JanetStruct other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_merge_table
void janet_table_merge_table(JanetTable* table, JanetTable* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_put
void janet_table_put(JanetTable* t, Janet key, Janet value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_rawget
Janet janet_table_rawget(JanetTable* t, Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_remove
Janet janet_table_remove(JanetTable* t, Janet key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_table_to_struct
JanetStruct janet_table_to_struct(JanetTable* t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_tarray_buffer
JanetTArrayBuffer* janet_tarray_buffer(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_tarray_view
JanetTArrayView* janet_tarray_view(JanetTArrayType type, size_t size, size_t stride, size_t offset, JanetTArrayBuffer* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_thread_receive
int janet_thread_receive(Janet* msg_out, double timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_thread_send
int janet_thread_send(JanetThread* thread, Janet msg, double timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_thunk
JanetFunction* janet_thunk(JanetFuncDef* def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_to_string
JanetString janet_to_string(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_to_string_b
void janet_to_string_b(JanetBuffer* buffer, Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_truthy
int janet_truthy(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_truthy
auto janet_truthy(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_tuple_begin
Janet* janet_tuple_begin(int length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_tuple_end
JanetTuple janet_tuple_end(Janet* tuple)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_tuple_flag
auto janet_tuple_flag(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_tuple_from_head
auto janet_tuple_from_head(T gcobject)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_tuple_hash
auto janet_tuple_hash(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_tuple_head
auto janet_tuple_head(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_tuple_head
JanetTupleHead* janet_tuple_head(const(Janet)* tuple)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_tuple_length
auto janet_tuple_length(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_tuple_n
JanetTuple janet_tuple_n(const(Janet)* values, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_tuple_sm_column
auto janet_tuple_sm_column(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_tuple_sm_line
auto janet_tuple_sm_line(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_type
JanetType janet_type(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_type
auto janet_type(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_u64
auto janet_u64(T x)

END SECTION NON-C API ****

janet_unmarshal
Janet janet_unmarshal(const(ubyte)* bytes, size_t len, int flags, JanetTable* reg, const(ubyte*)* next)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unmarshal_abstract
JanetAbstract janet_unmarshal_abstract(JanetMarshalContext* ctx, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unmarshal_byte
ubyte janet_unmarshal_byte(JanetMarshalContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unmarshal_bytes
void janet_unmarshal_bytes(JanetMarshalContext* ctx, ubyte* dest, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unmarshal_ensure
void janet_unmarshal_ensure(JanetMarshalContext* ctx, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unmarshal_int
int janet_unmarshal_int(JanetMarshalContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unmarshal_int64
long janet_unmarshal_int64(JanetMarshalContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unmarshal_janet
Janet janet_unmarshal_janet(JanetMarshalContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unmarshal_size
size_t janet_unmarshal_size(JanetMarshalContext* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_abstract
void* janet_unwrap_abstract(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_abstract
auto janet_unwrap_abstract(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_array
JanetArray* janet_unwrap_array(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_array
auto janet_unwrap_array(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_boolean
int janet_unwrap_boolean(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_boolean
auto janet_unwrap_boolean(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_buffer
JanetBuffer* janet_unwrap_buffer(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_buffer
auto janet_unwrap_buffer(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_cfunction
JanetCFunction janet_unwrap_cfunction(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_cfunction
auto janet_unwrap_cfunction(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_fiber
JanetFiber* janet_unwrap_fiber(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_fiber
auto janet_unwrap_fiber(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_function
JanetFunction* janet_unwrap_function(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_function
auto janet_unwrap_function(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_integer
int janet_unwrap_integer(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_integer
auto janet_unwrap_integer(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_keyword
const(ubyte)* janet_unwrap_keyword(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_keyword
auto janet_unwrap_keyword(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_number
double janet_unwrap_number(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_number
auto janet_unwrap_number(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_pointer
void* janet_unwrap_pointer(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_pointer
auto janet_unwrap_pointer(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_s64
long janet_unwrap_s64(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_string
const(ubyte)* janet_unwrap_string(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_string
auto janet_unwrap_string(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_struct
const(JanetKV)* janet_unwrap_struct(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_struct
auto janet_unwrap_struct(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_symbol
const(ubyte)* janet_unwrap_symbol(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_symbol
auto janet_unwrap_symbol(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_table
JanetTable* janet_unwrap_table(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_table
auto janet_unwrap_table(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_tuple
const(Janet)* janet_unwrap_tuple(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrap_tuple
auto janet_unwrap_tuple(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_unwrap_u64
ulong janet_unwrap_u64(Janet x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_unwrapfile
FILE* janet_unwrapfile(Janet j, int* flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_var
void janet_var(JanetTable* env, const(char)* name, Janet val, const(char)* documentation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_verify
int janet_verify(JanetFuncDef* def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_abstract
Janet janet_wrap_abstract(void* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_array
Janet janet_wrap_array(JanetArray* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_boolean
Janet janet_wrap_boolean(int x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_buffer
Janet janet_wrap_buffer(JanetBuffer* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_cfunction
Janet janet_wrap_cfunction(JanetCFunction x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_false
Janet janet_wrap_false()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_fiber
Janet janet_wrap_fiber(JanetFiber* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_function
Janet janet_wrap_function(JanetFunction* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_integer
auto janet_wrap_integer(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_wrap_integer
Janet janet_wrap_integer(int x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_keyword
Janet janet_wrap_keyword(const(ubyte)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_nil
Janet janet_wrap_nil()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_number
Janet janet_wrap_number(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_number_safe
Janet janet_wrap_number_safe(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_pointer
Janet janet_wrap_pointer(void* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_s64
Janet janet_wrap_s64(long x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_string
Janet janet_wrap_string(const(ubyte)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_struct
Janet janet_wrap_struct(const(JanetKV)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_symbol
Janet janet_wrap_symbol(const(ubyte)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_table
Janet janet_wrap_table(JanetTable* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_true
Janet janet_wrap_true()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_tuple
Janet janet_wrap_tuple(const(Janet)* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_wrap_u64
Janet janet_wrap_u64(ulong x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

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

START SECTION CONFIG ****

JANET_COUNT_TYPES
enum JANET_COUNT_TYPES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_CURRENT_CONFIG_BITS
enum JANET_CURRENT_CONFIG_BITS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FILE_APPEND
enum JANET_FILE_APPEND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FILE_BINARY
enum JANET_FILE_BINARY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FILE_CLOSED
enum JANET_FILE_CLOSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FILE_NOT_CLOSEABLE
enum JANET_FILE_NOT_CLOSEABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FILE_PIPED
enum JANET_FILE_PIPED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FILE_READ
enum JANET_FILE_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FILE_SERIALIZABLE
enum JANET_FILE_SERIALIZABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FILE_UPDATE
enum JANET_FILE_UPDATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FILE_WRITE
enum JANET_FILE_WRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FRAME_SIZE
enum JANET_FRAME_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCDEF_FLAG_HASCLOBITSET
enum JANET_FUNCDEF_FLAG_HASCLOBITSET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCDEF_FLAG_HASDEFS
enum JANET_FUNCDEF_FLAG_HASDEFS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCDEF_FLAG_HASENVS
enum JANET_FUNCDEF_FLAG_HASENVS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCDEF_FLAG_HASNAME
enum JANET_FUNCDEF_FLAG_HASNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCDEF_FLAG_HASSOURCE
enum JANET_FUNCDEF_FLAG_HASSOURCE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCDEF_FLAG_HASSOURCEMAP
enum JANET_FUNCDEF_FLAG_HASSOURCEMAP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCDEF_FLAG_NEEDSENV
enum JANET_FUNCDEF_FLAG_NEEDSENV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCDEF_FLAG_STRUCTARG
enum JANET_FUNCDEF_FLAG_STRUCTARG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCDEF_FLAG_TAG
enum JANET_FUNCDEF_FLAG_TAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCDEF_FLAG_VARARG
enum JANET_FUNCDEF_FLAG_VARARG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FUNCFLAG_TRACE
enum JANET_FUNCFLAG_TRACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_HASH_KEY_SIZE
enum JANET_HASH_KEY_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_LITTLE_ENDIAN
enum JANET_LITTLE_ENDIAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_MARSHAL_UNSAFE
enum JANET_MARSHAL_UNSAFE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_MAX_MACRO_EXPAND
enum JANET_MAX_MACRO_EXPAND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_MAX_PROTO_DEPTH
enum JANET_MAX_PROTO_DEPTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_NANBOX_BIT
enum JANET_NANBOX_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_PRETTY_COLOR
enum JANET_PRETTY_COLOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_PRETTY_NOTRUNC
enum JANET_PRETTY_NOTRUNC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_PRETTY_ONELINE
enum JANET_PRETTY_ONELINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_RECURSION_GUARD
enum JANET_RECURSION_GUARD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_SIGNAL_EVENT
enum JANET_SIGNAL_EVENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_SINGLE_THREADED_BIT
enum JANET_SINGLE_THREADED_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_STACKFRAME_ENTRANCE
enum JANET_STACKFRAME_ENTRANCE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_STACKFRAME_TAILCALL
enum JANET_STACKFRAME_TAILCALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_STACK_MAX
enum JANET_STACK_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_ABSTRACT
enum JANET_TFLAG_ABSTRACT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_ARRAY
enum JANET_TFLAG_ARRAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_BOOLEAN
enum JANET_TFLAG_BOOLEAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_BUFFER
enum JANET_TFLAG_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_BYTES
enum JANET_TFLAG_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_CALLABLE
enum JANET_TFLAG_CALLABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_CFUNCTION
enum JANET_TFLAG_CFUNCTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_DICTIONARY
enum JANET_TFLAG_DICTIONARY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_FIBER
enum JANET_TFLAG_FIBER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_FUNCTION
enum JANET_TFLAG_FUNCTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_INDEXED
enum JANET_TFLAG_INDEXED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_KEYWORD
enum JANET_TFLAG_KEYWORD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_LENGTHABLE
enum JANET_TFLAG_LENGTHABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_NIL
enum JANET_TFLAG_NIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_NUMBER
enum JANET_TFLAG_NUMBER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_POINTER
enum JANET_TFLAG_POINTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_STRING
enum JANET_TFLAG_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_STRUCT
enum JANET_TFLAG_STRUCT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_SYMBOL
enum JANET_TFLAG_SYMBOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_TABLE
enum JANET_TFLAG_TABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TFLAG_TUPLE
enum JANET_TFLAG_TUPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_TUPLE_FLAG_BRACKETCTOR
enum JANET_TUPLE_FLAG_BRACKETCTOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_WINDOWS
enum JANET_WINDOWS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

janet_file_type
JanetAbstractType janet_file_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_instructions
JanetInstructionType[JanetOpCode.JOP_INSTRUCTION_COUNT] janet_instructions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_parser_type
JanetAbstractType janet_parser_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_peg_type
JanetAbstractType janet_peg_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_rng_type
JanetAbstractType janet_rng_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_s64_type
JanetAbstractType janet_s64_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_signal_names
const(char*)[14] janet_signal_names;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_status_names
const(char*)[16] janet_status_names;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_ta_buffer_type
JanetAbstractType janet_ta_buffer_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_ta_view_type
JanetAbstractType janet_ta_view_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_thread_type
JanetAbstractType janet_thread_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_type_names
const(char*)[16] janet_type_names;

START SECTION TYPES ****

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

Structs

Janet
struct Janet
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetAbstractHead
struct JanetAbstractHead
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetAbstractType
struct JanetAbstractType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetArray
struct JanetArray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetAssembleResult
struct JanetAssembleResult
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetBuffer
struct JanetBuffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetBuildConfig
struct JanetBuildConfig
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetByteView
struct JanetByteView
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetCompileResult
struct JanetCompileResult
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetDictView
struct JanetDictView
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetFiber
struct JanetFiber
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetFile
struct JanetFile
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetFuncDef
struct JanetFuncDef
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetFuncEnv
struct JanetFuncEnv
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetFunction
struct JanetFunction
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetGCObject
struct JanetGCObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetKV
struct JanetKV
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetMailbox
struct JanetMailbox
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetMarshalContext
struct JanetMarshalContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetMethod
struct JanetMethod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetParseState
struct JanetParseState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetParser
struct JanetParser
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetPeg
struct JanetPeg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetRNG
struct JanetRNG
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetRange
struct JanetRange
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetReg
struct JanetReg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetSourceMapping
struct JanetSourceMapping
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetStackFrame
struct JanetStackFrame
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetStringHead
struct JanetStringHead
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetStructHead
struct JanetStructHead
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetTArrayBuffer
struct JanetTArrayBuffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetTArrayView
struct JanetTArrayView
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetTable
struct JanetTable
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetThread
struct JanetThread
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetTupleHead
struct JanetTupleHead
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JanetView
struct JanetView
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta