NotNull.opAssign

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

Meta