Some.this

Disable default construction for Some!T types.

  1. this()
    struct Some(T)
    @disable
    this
    ()
    if (
    is(T == class) ||
    isPointer!T
    )
  2. this(inout(U) value)

Meta