NotNull.opAssign

Assignment from NotNull Inherited Class rhs to NotNull Base Class this.

  1. typeof(this) opAssign(NotNull!U rhs)
    struct NotNull(T)
    @safe pure nothrow
    typeof(this)
    opAssign
    (
    U
    )
    if (
    isAssignable!(T, U)
    )
  2. typeof(this) opAssign(typeof(null) )

Meta