makeJanetCFunc.makeJanetCFunc

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

Meta