autowrap v0.4.5-beta1 (2019-09-02T13:50:39Z)
Dub
Repo
CFunction
python
boilerplate
For a nicer API
struct
CFunction (
alias
F
string
I
= ""
)
if
(
isFunction
!
F
) {
alias
symbol
=
F
;
static if
(
I == ""
)
enum
identifier
;
static if
(!(
I == ""
))
enum
identifier
;
}
Members
Aliases
symbol
alias
symbol
=
F
Undocumented in source.
Manifest constants
identifier
enum
identifier
;
Undocumented in source.
identifier
enum
identifier
;
Undocumented in source.
Meta
Source
See Implementation
python
boilerplate
structs
Aggregates
CFunction
CFunctions
Module
For a nicer API