There are 0 repository under tuple topic.
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!
A proposal to bring ergonomic, inline error handling to JavaScript through a new try operator that always returns a Result.
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.
A polyfill for the ECMAScript Record and Tuple proposal.
Permit Symbols as keys in WeakMaps, entries in WeakSets and WeakRefs, and registered in FinalizationRegistries
Define complex binary structures using composable primitives
🦋 A simple Promise to [error, data] catcher.
"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!
In this repository, I share codes of the introduction to python courses published on my YouTube channel
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+
Standard Generic Library (SGL) for Pascal using records with heap memory allocator and typed memory regions.
pretty_print is a cross-platform library for a pretty print of various data.
A tuple crate for Rust, which introduces a tuple type represented in recusive form.
Functional programming for Java. Enhanced switch or simple pattern matching supported; String Interpolation supported; Java Functional Interface that more simpler and easier to use; Provide an immutable and thread-safe date time class; a stopwatch utility class, etc. 提供更简单更好用的Java函数式编程接口、增强版switch、字符串插值;提供不可变且线程安全的时间类、秒表工具类等等。且兼容Java8与Java9模块化系统