NotNull.opAssign

You can only asign to another NotNull type.

  1. void opAssign(typeof(null) )
  2. void opAssign(NotNull!V other)
    struct NotNull(T)
    void
    opAssign
    (
    V
    )
    if (
    is(T == class) ||
    is(T == interface)
    ||
    )

Meta