NotNull.this

Undocumented in source.
  1. this()
    struct NotNull(T)
    @disable
    this
    ()
    if (
    is(T == class) ||
    is(T == interface)
    ||
    is(T == U*,
    U
    ) &&
    __traits(isScalar, T)
    )
  2. this(T value)
  3. this(typeof(null) )

Meta