No description
Find a file
2015-03-21 19:53:54 -07:00
source Added to the examples 2015-03-21 12:45:38 -07:00
tests Updated to a more generic build system 2015-03-21 19:53:54 -07:00
.gitignore Updated to a more generic build system 2015-03-21 19:53:54 -07:00
license.txt First commit. 2015-02-03 15:37:57 -08:00
project Updated to a more generic build system 2015-03-21 19:53:54 -07:00
readme.md Added examples 2015-03-21 12:43:24 -07:00
tuples.nimble Separated the tests from the library 2015-03-09 00:51:01 -07:00

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.