janet-d v0.1.0 (2019-08-24T22:43:30Z)
Dub
Repo
makeJanetCFunc
janet
func
Wraps around a function, allowing it to be called in Janet.
JanetCFunction
makeJanetCFunc
()
template
makeJanetCFunc
(alias func)
JanetCFunction
makeJanetCFunc
(
)
template
makeJanetCFunc
(alias func, T, Args...)
Members
Functions
makeJanetCFunc
JanetCFunction
makeJanetCFunc
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
ourJanetFunc
Janet
ourJanetFunc
(int argc, Janet* argv)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
janet
func
functions
bar
callJanet
foo
registerFunctionWithJanet
templates
makeJanetCFunc
Wraps around a function, allowing it to be called in Janet.