janet.c

Undocumented in source.

Members

Aliases

JANET_ENTRY_NAME
alias JANET_ENTRY_NAME = janet_init
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, Janet*)
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.
janet_ckeyword
alias janet_ckeyword = janet_csymbol
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
janet_keyword
alias janet_keyword = janet_symbol
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.
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_FIBER_MASK_USERN
auto JANET_FIBER_MASK_USERN(T N)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_abstract
void* 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
void* janet_abstract_end(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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, const(ubyte)* 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_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_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, const(ubyte)* 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(const(ubyte)* 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
const(ubyte)* 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
const(ubyte)* 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, const(ubyte)* source, int offset)
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_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
const(ubyte)* 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_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
void janet_formatb(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
const(ubyte)* 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_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
const(ubyte)* 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_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
const(ubyte)* 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
const(JanetKV)* 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
const(ubyte)* 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
const(Janet)* 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_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_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_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_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_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_native
JanetModule janet_native(const(char)* name, const(ubyte*)* error)
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(const(ubyte)* 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)

START SECTION MAIN ****

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_printf
void janet_printf(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_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, const(ubyte)* 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_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_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_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_string
const(ubyte)* 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(const(ubyte)* lhs, const(ubyte)* 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
const(ubyte)* 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(const(ubyte)* lhs, const(ubyte)* 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(const(ubyte)* 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_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
const(ubyte)* 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
const(ubyte)* 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_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_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, const(JanetKV)* 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
const(JanetKV)* 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_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
const(ubyte)* 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
auto janet_truthy(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
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_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_compare
int janet_tuple_compare(const(Janet)* lhs, const(Janet)* rhs)
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
const(Janet)* 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_equal
int janet_tuple_equal(const(Janet)* lhs, const(Janet)* rhs)
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_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
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_head
auto janet_tuple_head(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
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
const(Janet)* 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_end
auto janet_tuple_sm_end(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_tuple_sm_start
auto janet_tuple_sm_start(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
janet_type
auto janet_type(T x)
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_u64
auto janet_u64(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
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_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_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
auto janet_unwrap_abstract(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
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_array
auto janet_unwrap_array(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_boolean
auto janet_unwrap_boolean(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_buffer
auto janet_unwrap_buffer(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_cfunction
auto janet_unwrap_cfunction(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_fiber
auto janet_unwrap_fiber(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_function
auto janet_unwrap_function(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_integer
auto janet_unwrap_integer(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_keyword
auto janet_unwrap_keyword(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_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_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_FIBER_MASK_DEBUG
enum JANET_FIBER_MASK_DEBUG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_ERROR
enum JANET_FIBER_MASK_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER
enum JANET_FIBER_MASK_USER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER0
enum JANET_FIBER_MASK_USER0;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER1
enum JANET_FIBER_MASK_USER1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER2
enum JANET_FIBER_MASK_USER2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER3
enum JANET_FIBER_MASK_USER3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER4
enum JANET_FIBER_MASK_USER4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER5
enum JANET_FIBER_MASK_USER5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER6
enum JANET_FIBER_MASK_USER6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER7
enum JANET_FIBER_MASK_USER7;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER8
enum JANET_FIBER_MASK_USER8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_USER9
enum JANET_FIBER_MASK_USER9;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
JANET_FIBER_MASK_YIELD
enum JANET_FIBER_MASK_YIELD;
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_MASK
enum JANET_FIBER_STATUS_MASK;
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_OFFSET
enum JANET_FIBER_STATUS_OFFSET;
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_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_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_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_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_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_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_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_type_names
const(char*)[16] janet_type_names;

START SECTION TYPES ****

Structs

Janet
struct Janet

END SECTION NON-C API ****

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.
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.
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.
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.
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