NotNullSlice.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opAssign(T[] value)
    struct NotNullSlice(T, string Tag_ = "default")
    opAssign
    ()
    (
    T[] value
    )
  2. auto opAssign(MaybeNullSlice!(T, Tag) slice)
  3. auto opAssign(MaybeNullSlice!(T, Tag2) slice)

Meta