Optional.front

Attemp to get the defined value

struct Optional(T)
@property ref inout
inout(T)
front
()

Return Value

Type: inout(T)

if defined, the defined value, assert otherwise

Meta