Source File

Optional.hylo

Members

Type Aliases

typealias Optional = Union<T, None<T>>

Either an instance of T or the absence thereof.

Product Types

type None<T>: Regular

The absence of an instance of T.