Optional.construct

Allows you to create an Optional type in place.

This is useful if type T has a @disable this(this) for e.g.

struct Optional(T)
static
construct
(
Args...
)
(
auto ref Args args
)

Meta