makeJanetCFunc.makeJanetCFunc

Undocumented in source. Be warned that the author may not have intended to support it.
  1. JanetCFunction makeJanetCFunc(T delegate(Args) argDg)
  2. JanetCFunction makeJanetCFunc(T function(Args) argFp)
    template makeJanetCFunc(alias func, T, Args...)
    makeJanetCFunc
    (
    T function
    (
    Args
    )
    argFp
    )

Meta