NotNullSlice.opAssign

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

Meta