juliad.shims

Undocumented in source.

Members

Functions

getErrorString
string getErrorString()
Undocumented in source. Be warned that the author may not have intended to support it.
jl_array_data
void* jl_array_data(jl_value_t* a)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_array_data
void* jl_array_data(jl_array_t* a)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_array_dim
size_t jl_array_dim(jl_value_t* a, size_t dim)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_array_dim
size_t jl_array_dim(jl_array_t* a, size_t dim)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_array_len
size_t jl_array_len(jl_value_t* a)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_array_len
size_t jl_array_len(jl_array_t* a)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_array_ndims
uint jl_array_ndims(jl_value_t* a)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_array_ndims
uint jl_array_ndims(jl_array_t* a)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_astaggedvalue
jl_taggedvalue_t* jl_astaggedvalue(jl_value_t* v)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_gc_pop
void jl_gc_pop()
Undocumented in source. Be warned that the author may not have intended to support it.
jl_gc_push1
void jl_gc_push1(jl_value_t** arg)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_is_array_type
bool jl_is_array_type(jl_value_t* t)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_is_datatype
bool jl_is_datatype(jl_value_t* t)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_svec_data
jl_value_t** jl_svec_data(jl_svec_t* t)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_svec_len
size_t jl_svec_len(jl_svec_t* t)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_svecref
jl_value_t* jl_svecref(jl_svec_t* t, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_tparam0
jl_value_t* jl_tparam0(jl_array_t* t)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_tparam0
jl_value_t* jl_tparam0(jl_value_t* t)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_typeis
bool jl_typeis(jl_value_t* v, jl_datatype_t* t)
Undocumented in source. Be warned that the author may not have intended to support it.
jl_typeof
jl_value_t* jl_typeof(jl_value_t* t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta