WithDefaults

Undocumented in source.

Members

Mixins

__anonymous
mixin TStructHelpers!([TFieldMeta("c", 1, TReq.init, `WithoutMeta("foo", 3)`)])
Undocumented in source.

Variables

a
string a;
Undocumented in source.
b
double b;
Undocumented in source.
c
WithoutMeta c;
Undocumented in source.

Mixed In Members

From mixin TStructHelpers!([TFieldMeta("c", 1, TReq.init, `WithoutMeta("foo", 3)`)])

This
alias This = typeof(this)
Undocumented in source.
isSetFlags
TIsSetFlags!(This, fieldMetaData) isSetFlags;
Undocumented in source.
fieldMeta
enum fieldMeta;
Undocumented in source.
fieldMeta
enum fieldMeta;
Undocumented in source.
set
void set(MemberType!(This, fieldName) value)
Undocumented in source. Be warned that the author may not have intended to support it.
unset
void unset()
Undocumented in source. Be warned that the author may not have intended to support it.
isSet
bool isSet()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(This other)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
this
this()
Undocumented in source.
opCall
auto opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(Protocol proto)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(Protocol proto)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta