WrappedValue

Undocumented in source.

Constructors

this
this(T value)
Undocumented in source.

Alias This

value

Members

Functions

fromJSONValue
auto fromJSONValue(JSONValue jsonValue)
Undocumented in source. Be warned that the author may not have intended to support it.
fromProtobuf
auto fromProtobuf(R inputRange)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSONValue
JSONValue toJSONValue()
Undocumented in source. Be warned that the author may not have intended to support it.
toProtobuf
auto toProtobuf()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

messageTypeFullName
enum messageTypeFullName;
Undocumented in source.

Variables

value
Nullable!T value;
Undocumented in source.

Meta