janet-d ~master (2021-01-24T18:32:40Z)
Dub
Repo
makeJanetCFunc.ourJanetFunc
janet
func
makeJanetCFunc
Undocumented in source. Be warned that the author may not have intended to support it.
template
makeJanetCFunc
(alias func, T)
extern (
C
) static
Janet
ourJanetFunc
(
int
argc
,
Janet
*
argv
)
if
(
is
(
T
== class) ||
isPointer
!
T
&&
is
(
PointerTarget
!
T
== struct)
)
Meta
Source
See Implementation
janet
func
makeJanetCFunc
aliases
JanetDFunction
functions
makeJanetCFunc
static functions
ourJanetFunc
variables
obj