Maybe.get

struct Maybe(Arguments...)
@property ref
Arguments[n]
get
(
size_t n
)
()
if (
n < Arguments.length
)

Parameters

n

Value position in the tuple.

Return Value

Type: Arguments[n]

nth value in the tuple.

Meta