makeJanetCFunc

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

  1. JanetCFunction makeJanetCFunc()
    template makeJanetCFunc(alias func)
    makeJanetCFunc
    ()
  2. 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