NullableOptional.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opAssign(T value)
  2. auto opAssign(typeof(null) )
    struct NullableOptional(T)
    opAssign
    (
    typeof(null)
    )

Meta