Optional.front

Attemp to get the defined value

  1. inout(T) front [@property getter]
    struct Optional(T)
    @property ref inout
    inout(T)
    front
    ()
  2. inout(T) get [@property getter]

Return Value

Type: inout(T)

if defined, the defined value, assert otherwise

Meta