PropertyStruct

Undocumented in source.

Members

Mixins

__anonymous
mixin JsonizeMe
Undocumented in source.

Properties

b
auto b [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
b
bool b [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
f
auto f [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
f
float f [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
i
auto i [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
i
int i [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
s
auto s [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
s
string s [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin JsonizeMe

GeneratedSerializer
mixin MakeSerializer GeneratedSerializer
Undocumented in source.
GeneratedDeserializer
mixin MakeDeserializer GeneratedDeserializer
Undocumented in source.
populateFromJSON
void populateFromJSON(std.json.JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToJSON
std.json.JSONValue convertToJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
populateFromJSON
void populateFromJSON(std.json.JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
convertToJSON
std.json.JSONValue convertToJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta