Optional.payload

Get the payload hosted in this optional.

struct Optional(T)
ref inout pure nothrow @nogc @safe
inout(T)
payload
()

Return Value

Type: inout(T)

T payload that is hosted.

Meta