Repository navigation
tuple
- Website
- Wikipedia
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.
ECMAScript proposal for the Record and Tuple value types. | Stage 2: it will change!
std::tuple like methods for user defined types without any macro or boilerplate code
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.
The Art of Template MetaProgramming (TMP) in Modern C++♦️
Generics to work with tuples in TypeScript
Permit Symbols as keys in WeakMaps, entries in WeakSets and WeakRefs, and registered in FinalizationRegistries
🦋 A simple Promise to [error, data] catcher.
In this repository, I share codes of the introduction to python courses published on my YouTube channel
"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!
Immutable finite list objects with constant-time equality testing (===) and no memory leaks.
Optimizing the memory layout of std::tuple
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+
Advanced Reflection and Serialization Library in C++20♦️