Unofficial Dub Package Documentation
module
extra
;
struct
String
{
string
value
;
this
(
string
value
) {
this
.
value
=
value
; } }
[Docs]
extra
[Docs]
String
[Docs]
value
[Docs]
this