SafeValue

A simple struct. It is returned by .safe and .as functions

Constructors

this
this(bool exists, bool ok, T value)
Undocumented in source.

Alias This

value

Members

Properties

exists
exists [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ok
ok [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
T value;
Undocumented in source.

Meta