55 packages tagged with “Tuple”
This library uses and abuses the features of C# to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
Helper library for LanguageExt.Core that facilitates conversion between F# native types like Option, Map, List, etc to .NET and Language Ext types.
Parser combinators library based on Haskell Parsec. This is part of the LanguageExt functional base class library and requires LanguageExt.Core
Enable using the new Value Tuple structure to write elegant code that allows async methods to be fired in parallel despite having different return types var (result1, result2) = await (GetStringAsync(), GetGuidAsync()); Based on the work of Joseph Musser https://github.com/jnm2
Support for Reactive Extensions overloads for various types in the LanguageExt.Core
System.Tuples is a small tuple library made to be compatible with .net 2.0, .net 3.0 and .net 3.5.
A collection of convenience extensions that leverages C# 7 tuples
A collection of useful IEnumerable Tuple extension methods
Functions like MapT, BindT, ForAllT, etc. for the nested monadic type extensions (i.e. `Seq<Option>`
Convert C# Tuple to/from JSON Array
System.Tuple for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
Design and build-time code-gen for records, unions, lenses and immutable With functions
https://devlib.codeplex.com/ .NET 4.0 features for .NET 2.0 DevLib is a highly reusable collection of components and core functionalities addressing common crosscutting concerns. It provides a comprehensive set of features that save development time, minimize costs, reduce the use of precious test resources, and decrease the overall maintenance effort. It is time to boost your productivity.
Extensions to language-ext effects system that wraps the IO behaviours from the .NET BCL
A framework to extend the Microsoft .net framework with extra core functionality.
Standard Web Applications .NET Utilities
Convert C# Tuple to/from JSON Array - Fork with fixes for handling large streams
Clean & simple, idiomatic C# RegEx-based line parser. RegExtract takes a string and a regular expression template and deserializes to a provided type. Works especially well with records and tuples, but can extract to any type that provides either a `static T Parse(string)` method or a single-string constructor (`T(string)`). See more docs at project page: https://github.com/sblom/RegExtract
ArrayDeconstructors is a source package which allows you to use new C# 7 deconstruction syntax to deconstruct array into variables: int[] array = <...>; var (a,b) = array;
Métodos y utilidades base del framework
Adds tuple support for Tinkerforge .NET API. Requires .NET 4.7.
Brings to the F# Elm language core package modules like Json.Encode, Json.Decode, Basics, Debug, Result, Tuple, etc
Provides an attribute that enables tuple-typed test data sources in xunit.
Adds the Tuple back in to System namespace for usage in Windows Phone projects
Extensions for use TryParse of types with a tuple result (https://github.com/lucasteles/TupleTryParse)
Mutable tuple classes for those times when you need mutable, reference-type tuples
Inheritable tuples with protected members, correct equals contract and optional cacheable hashcodes.
Dictionary implementation with primary and secondary keys
This package helps to serialize .NET/C# System.ValueTuple types.