autowrap v0.4.4 (2019-08-22T08:50:35Z)
Dub
Repo
CFunctions
python
boilerplate
For a nicer API
struct
CFunctions (
Args
...
) {
import
std
.
meta
:
staticMap
;
;
enum
length
;
alias
functions
=
staticMap
!(
toCFunction
,
Args
)
;
static
string
stringifySymbols
();
}
Members
Aliases
functions
alias
functions
=
staticMap
!(
toCFunction
,
Args
)
Undocumented in source.
Manifest constants
length
enum
length
;
Undocumented in source.
Static functions
stringifySymbols
string
stringifySymbols
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
python
boilerplate
structs
Aggregates
CFunction
CFunctions
Module
For a nicer API