Option.this

Undocumented in source.
  1. this(inout(T) t)
  2. this(inout(U) u)
    struct Option(T)
    inout
    static if(isNullableType!T)
    this
    (
    U : T
    )
    (
    inout(U) u
    )
  3. this(inout(T) u)
  4. this(inout(U) u)

Meta