BuilderProxy

Undocumented in source.

Constructors

this
this(T value)
Undocumented in source.

Alias This

_implicitBuilder

Members

Aliases

InnerType
alias InnerType = Arg
Undocumented in source.
InnerType
alias InnerType = T
Undocumented in source.

Functions

_arrayValue
T _arrayValue()
Undocumented in source. Be warned that the author may not have intended to support it.
_builder
auto ref _builder()
Undocumented in source. Be warned that the author may not have intended to support it.
_builderValue
auto _builderValue()
Undocumented in source. Be warned that the author may not have intended to support it.
_isArray
bool _isArray()
Undocumented in source. Be warned that the author may not have intended to support it.
_isBuilder
bool _isBuilder()
Undocumented in source. Be warned that the author may not have intended to support it.
_isUnset
bool _isUnset()
Undocumented in source. Be warned that the author may not have intended to support it.
_isValue
bool _isValue()
Undocumented in source. Be warned that the author may not have intended to support it.
_value
inout(T) _value()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(InnerType value)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
E.BuilderType!() opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(R rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

isNullable
enum isNullable;
Undocumented in source.
isNullable
enum isNullable;
Undocumented in source.

Properties

_implicitBuilder
InnerType.BuilderType!() _implicitBuilder [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DataWrapper
struct DataWrapper
Undocumented in source.

Meta