Optional.some

Creates a Some

struct Optional(T)
static
some
()

Parameters

value T

the value to use for the Some

Return Value

Type: Optional

A optional which is a Some and holds the given value

Meta