makeJanetCFunc.makeJanetCFunc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. JanetDFunction makeJanetCFunc(T argObj)
    template makeJanetCFunc(alias func, T)
    makeJanetCFunc
    ()
    if (
    is(T == class) ||
    isPointer!T &&
    is(PointerTarget!T == struct)
    )
  2. template makeJanetCFunc(alias func)

Meta