Optional.create

Creates an Optional with the given value

struct Optional(T)
nothrow static
create
(
T val
)

Meta