Optional.this

Constructs an optional type with a non defined value

  1. this(T value)
  2. this(None )
    struct Optional(T)
    this
    (
    const None
    )

Meta