optional-implementations
There are 8 repositories under optional-implementations topic.
martinmoene/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
TeaEntityLab/fpEs
Functional Programming for EcmaScript(Javascript)
NUCLEAR-BOMB/option
Replacement for std::optional with efficient memory usage and additional features.
martinmoene/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).