NotNull.this

You can only init from another NotNull type.

  1. this()
  2. this(NotNull!V other)
    struct NotNull(T)
    this
    (
    V
    )
    if (
    is(T == class) ||
    is(T == interface)
    ||
    )

Meta