NotNull.this

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

Meta