autowrap v0.7.0 (2022-10-10T08:24:09Z)
Dub
Repo
toCFunction.toCFunction
autowrap
pynih
wrap
toCFunction
Undocumented in source.
alias
toCFunction
=
CFunction
!(
PythonFunction
!
F
.
_py_function_impl
,
identifier
)
template
toCFunction
(alias F, string identifier = __traits(identifier, F).toSnakeCase)
alias
toCFunction
=
CFunction
!(
PythonFunction
!
F._py_function_impl
,
identifier
)
template
toCFunction
(alias functionSymbol, string identifier = "")
Meta
Source
See Implementation
autowrap
pynih
wrap
toCFunction
aliases
toCFunction