optional-implementations
There are 9 repositories under optional-implementations topic.
nonstd-lite/optional-lite
optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
TeaEntityLab/fpGo
Monad, Functional Programming features for Golang
TeaEntityLab/fpRust
Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
ddmitv/option
Replacement for std::optional with efficient memory usage and additional features.
TeaEntityLab/fpEs
Functional Programming for EcmaScript(Javascript)
nonstd-lite/optional-bare
optional bare - A simple version of a C++17-like optional for default-constructible, copyable types, for C++98 and later in a single-file header-only library
mtumilowicz/java11-category-theory-optional-is-not-functor
Proof that java Optional is not a functor, but vavr is.
sekko27/didi_commons
Commons module for DiDi modules. Implemented submodules: Optional (sync + async).
supraerror/better-optional-java
a proposal for a better implementation of the Optional class in Java