tuples
Tuple manipulation utilities
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install tuples
choosenim install tuples
git clone https://github.com/MasonMcGill/tuples.git
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| tuples | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/MasonMcGill/tuples.git |
|---|---|
| Homepage | https://github.com/MasonMcGill/tuples |
| Registry Source | nimble_official |
README
Tuples
The tuples module defines generic operations for working with tuples. The routines defined in this module allow heterogeneous records to be manipulated as if they were homogeneous collections, while maintaining type safety.
Installation
Install with Nimble:
nimble install tuples
Usage
Please refer to the documentation here.