- checkCastable
bool checkCastable(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- d_type_to_ffi_type
ffi_type* d_type_to_ffi_type(D_TYPE type)
Undocumented in source. Be warned that the author may not have intended to support it.
- d_types_to_ffi_types
ffi_type*[] d_types_to_ffi_types(D_TYPE[] types)
Undocumented in source. Be warned that the author may not have intended to support it.
- invokeFunc
Value invokeFunc(Func func, void*[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- newFunc
Func newFunc(void* lh, string name, D_TYPE[] arg_types, D_TYPE r_type)
Undocumented in source. Be warned that the author may not have intended to support it.
- string_to_dtype
D_TYPE string_to_dtype(string s)
Undocumented in source. Be warned that the author may not have intended to support it.