dc v0.0.1 (2022-01-27T13:11:15Z)
Dub
Repo
wire
dc
wire
Mixin template that generates our class constructor
mixin template
wire () {
this
(WiredTypes!(typeof(this)) args);
}
Constructors
this
this
(WiredTypes!(typeof(this)) args)
Undocumented in source.
Meta
Source
See Implementation
dc
wire
enums
wired
mixin templates
wire
Mixin template that generates our class constructor