Optional.this

Constructs an optional type with a defined given value

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

Parameters

value T

given value

Meta