autowrap v0.4.4 (2019-08-22T08:50:35Z)
Dub
Repo
Adder
adder
Undocumented in source.
struct
Adder {
int
value
;
this
(int value);
int
add
(int i);
}
Constructors
this
this
(int value)
Undocumented in source.
Members
Functions
add
int
add
(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
int
value
;
Undocumented in source.
Meta
Source
See Implementation
adder
structs
Adder