SafeValue.this

Undocumented in source.
struct SafeValue(T)
@safe @nogc nothrow
this
(
in bool exists
,
in bool ok
,
in T value = T.init
)

Meta