Optuple
Tuple wrapper
Library providing extension methods to give tuple of boolean and type T option-like semantics
.NET Standard Library for giving (bool, T) Option-like semantics
29 stars
2 watching
1 forks
Language: C#
last commit: about 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
dnikolovv/optional-async | Async extensions for working with the Optional library in C# to chain asynchronous functions without awaiting | 5 |
bttmly/fops | Provides functional, curried versions of common JavaScript operators and language constructs for concise and expressive programming. | 2 |
jnizm/class_ftp | A wrapper class for FTP sessions in AutoHotkey | 7 |
mpusz/opt | A class template designed to express optionality without additional storage space for boolean flags. | 12 |
nlkl/optional | Provides a robust option type for C# to avoid null-reference exceptions and signal intent in data modeling | 903 |
tforkmann/fumble | A library providing a thin F# API for interacting with SQLite databases with functional features. | 97 |
zzzprojects/z.extensionmethods | Extends .NET Framework and .NET Core with reusable code snippets | 1,589 |
apolukhin/magic_get | A C++14 library for basic reflection and std::tuple-like methods without boilerplate code or macros. | 207 |
adoconnection/sevenzipextractor | A C# wrapper for the 7z.dll archiver library | 307 |
autofac/autofac.pooling | Enables pooling of instances in Autofac's dependency injection system | 3 |
pcapriotti/optparse-applicative | A Haskell library for parsing command-line options in an applicative style | 914 |
c9s/getoptionkit | An object-oriented option parser library for PHP, supporting type constraints and various options formats. | 150 |
asherber/petapoco.sqlkata | A set of extension methods for using SqlKata with PetaPoco, allowing more flexible and powerful querying capabilities | 27 |
dmotz/hexaflip | An animation library for visualizing arrays as cube interfaces with touch/mouse interaction and customizable styling. | 137 |
autofac/autofac.extras.dynamicproxy | Library to enable method interception and decoration in object graphs using dynamic proxying. | 106 |