BuilderProxy

Undocumented in source.

Alias This

_implicitBuilder

Members

Functions

_builder
auto ref _builder()
Undocumented in source.
_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.
opAssign
void opAssign(T value)
Undocumented in source.

Properties

_implicitBuilder
Builder!T _implicitBuilder [@property getter]
Undocumented in source.

Meta