Option type that represents encapsulation of an optional value.
-
Updated
Sep 24, 2020 - C
Option type that represents encapsulation of an optional value.
A container object to describe the specified type value that may or may not contain a non-nil value.
A TypeScript isomorphic adaptation of Java's Optional.
To associate your repository with the optional-value topic, visit your repo's landing page and select "manage topics."