Skip to content
David Arno edited this page Jun 27, 2016 · 1 revision

None

SuccincT.Unions.None

Singleton value class that encapsulates the None literal used by various SuccincT classes, primarily Option<T>.


None.none The sole implemented value of None. If used with the Option<T> type, this value need never be explicitly accessed. However, it is exposed for third-party use, should the need arise.