tuple
There are 215 repositories under tuple topic.
alibaba/coobjc
coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
tc39/proposal-record-tuple
ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!
arthurfiorette/proposal-try-operator
Draft for ECMAScript Error Safe Assignment Operator
boostorg/pfr
std::tuple like methods for user defined types without any macro or boilerplate code
tc39/proposal-change-array-by-copy
Provides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.
timandy/linq
LINQ to Objects for Java.
bloomberg/record-tuple-polyfill
A polyfill for the ECMAScript Record and Tuple proposal.
deepgrace/monster
The Art of Template MetaProgramming (TMP) in Modern C++♦️
ksxnodemodules/typescript-tuple
Generics to work with tuples in TypeScript
tc39/proposal-symbols-as-weakmap-keys
Permit Symbols as keys in WeakMaps, entries in WeakSets and WeakRefs, and registered in FinalizationRegistries
hidal-go/hidalgo
High-level Database Abstraction Layer for Go
arthurfiorette/tuple-it
🦋 A simple Promise to [error, data] catcher.
paulmillr/micro-packed
Define complex binary structures using composable primitives
pooya-mohammadi/intro_to_python
In this repository, I share codes of the introduction to python courses published on my YouTube channel
HashimThePassionate/Python-For-Absolute-Beginners
"Python for Absolute Beginners: A Comprehensive Repository" offers a structured learning path, interactive practice, and a supportive community to master Python from scratch. Dive into topics like control flow, object-oriented programming, and more to unlock endless possibilities in software development. Start your Python journey today!
benjamn/immutable-tuple
Immutable finite list objects with constant-time equality testing (===) and no memory leaks.
ZigaSajovic/optimizing-the-memory-layout-of-std-tuple
Optimizing the memory layout of std::tuple
sd4324530/JTuple
java Tuple
assyrianic/Harbol
Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib but for C99+
deepgrace/smp
Advanced Reflection and Serialization Library in C++20♦️
m6t/M6T.Core.TupleModelBinder
Asp.Net Core Tuple Model Binder
ciberst/pretty_print
pretty_print is a cross-platform library for a pretty print of various data.
marat1961/Oz-SGL
Standard Generic Library (SGL) for Pascal using records with heap memory allocator and typed memory regions.
libsugar/tuplers
Provides many useful tools related to tuples
phelmkamp/valor
Go option and result types that optionally contain a value
deepgrace/fmp
Advanced Reflection and Serialization Library in C++26♦️
arogozine/TupleAsJsonArray
Convert C# Tuple to/from JSON Array
glensand/hope
Leave your hope when checking source
wooorm/trigram-utils
A few language trigram utilities
Adttil/ruzhouxie
A powerful heterogeneous tensor and heterogeneous range library for C++23.
NichtsHsu/tuplez
A tuple crate for Rust, which introduces a tuple type represented in recusive form.
dekirisu/intuple
Convert structs/enums into/from tuples - recursive, ignore fields
tulz-app/tuplez
Scala tuple composition
io-fairy/functional
Functional programming for Java. Enhanced switch or simple pattern matching supported. String Interpolation supported. Java Functional Interface that more simpler and easier to use. 提供更简单更好用的Java函数式编程接口、增强版switch(简单的模式匹配)、字符串插值
wandvvs/qutil
C++20 template utility library
estum/dry-types-tuple
The Tuple type implementation for Dry::Types