Nullable.value

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T value [@property getter]
    struct Nullable(T, ubyte id = 0)
    @property
    T
    value
    ()
    if (
    !is(T : Object)
    )
  2. T value [@property setter]
  3. Object value [@property setter]

Meta