Optional.get

struct Optional(T)
nothrow inout
inout(T)
get
()

Return Value

Type: inout(T)

The value if present

Meta