Optional.empty

Creates an empty optional

This is the same as doing Optional!(T)() or simply declaring a variable of the type `Optional!(T)

struct Optional
static
empty
()

Return Value

Type: Optional!(T)

an empty optional

Meta