Here are
184 public repositories
matching this topic...
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
The modelling for success/failure of operations in Kotlin and KMM (Kotlin Multiplatform Mobile)
Updated
May 10, 2022
Kotlin
optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
Monad, Functional Programming features for Golang
Either and Maybe monads for better error-handling in C++ ↔️
Simple blog web app made using Spring Boot + Thymeleaf
(experimental) Syntactic sugar for variant and optional types.
Optional is a library of optional Go types
The place where PHP meets Functional Programming
Optional (like Java) implementation in TypeScript
Updated
Jan 5, 2022
TypeScript
Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust
Updated
Aug 21, 2021
Rust
✍️ No "Optional(...)" in string interpolation + Easy pluralization
Updated
Oct 24, 2017
Swift
iter is a generic iterator library for Go
JsonNullable wrapper class and Jackson module to support meaningful null values
Updated
May 27, 2022
Java
Safe Collection for Swift
Updated
Apr 3, 2019
Swift
Matchers for JDK 8 Optional
Updated
May 24, 2021
Java
Functional Programming for EcmaScript(Javascript)
Updated
May 26, 2022
JavaScript
An Exception-Free Optional Type for Nim
Demo project illustrating new features of Java after the 8th version
Updated
Dec 21, 2021
Java
Port Optional to java 6 as faithfully as possible while maintaining easy migration
Updated
Nov 15, 2017
Java
Kotlin Options with functional operators
Updated
Dec 16, 2017
Kotlin
🦄 Monads and popular FP abstractions, based on Go 1.18+ Generics (Option, Result, Either...)
Rust like Option and Result types in Python
Updated
Apr 18, 2022
Python
pretty_print is a cross-platform library for a pretty print of various data.
🌯 The prettiest TypeScript implementation of Maybe monad.
Updated
Jan 9, 2022
TypeScript
Updated
May 24, 2022
Smalltalk
Optional implementation inspired by java.util.Optional. Works with Promises and async functions.
Updated
Feb 8, 2019
JavaScript
An enhanced version of the standard library based the new Generics feature.
A shim library to support mapping Java8 Optionals through Jackson.
Updated
Jul 17, 2016
Java
Improve this page
Add a description, image, and links to the
optional
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
optional
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Checklist
Description
C++11 introduced
shared_ptr, which works withT[]types -- but only if the type is given a custom deleter. C++20 expanded this to supportshared_ptr<T[]>, and introduces an overload formake_sharedfor this.Backport should be updated to support thi