None<T> constructor

const None<T>()

Creates a constant None variant representing the absence of a value.

Implementation

const None();