autowrap ~sil_test_branch_do_not_delete (2022-02-12T09:47:46.4001455)
Dub
Repo
StructUserCtor
contract
udt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
StructUserCtor {
int
i
;
double
d
;
string
s
;
this
(int i, string s);
this
(int i, double d, string s);
}
Constructors
this
this
(int i, string s)
Undocumented in source.
this
this
(int i, double d, string s)
Undocumented in source.
Members
Variables
d
double
d
;
Undocumented in source.
i
int
i
;
Undocumented in source.
s
string
s
;
Undocumented in source.
Meta
Source
See Implementation
contract
udt
functions
simple_struct_func
struct_getset
twice_struct_func
structs
StructDefaultCtor
StructUserCtor