NullableModel

Undocumented in source.

Constructors

this
this(const(Data) data)
Undocumented in source.

Alias This

nullable_model

Members

Aliases

Data
alias Data = TypeOf!A
Undocumented in source.
Payload
alias Payload = typeof(Data.get)
Undocumented in source.

Functions

visit
bool visit(const(Data) data, Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

Collapsable
enum Collapsable;
Undocumented in source.
NulledPayload
enum NulledPayload;
Undocumented in source.

Properties

size
auto size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
double size [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

nullable_model
Model!Payload nullable_model;
Undocumented in source.
nulled_model
Model!string nulled_model;
Undocumented in source.

Meta