makeJanetCFunc

Wraps around a function, allowing it to be called in Janet.

  1. JanetDFunction makeJanetCFunc()
    template makeJanetCFunc(alias func)
    makeJanetCFunc
    ()
  2. template makeJanetCFunc(alias func, T)

Members

Aliases

JanetDFunction
alias JanetDFunction = SetFunctionAttributes!(JanetCFunction, "C", functionAttributes!func)
Undocumented in source.

Functions

makeJanetCFunc
JanetDFunction 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