Provided by: kaya_0.4.4-6ubuntu3_amd64 

NAME
Tuples::Tuple6 - Sugared as (a,b,c,d,e,f)
SYNOPSIS
Tuples::Tuple6< a, b, c, d, e, f >
= Tuple6(a fst,b snd,c third,d fourth,e fifth,f sixth)
DESCRIPTION
This represents an arbitrary set of six values. Tuple6(a,b,c,d,e,f) can be written as (a,b,c,d,e,f) for
compactness.
This is the largest Tuple size available in the standard library. Strongly consider using a more
meaningful data type instead of large Tuples, to make your code more readable.
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further
information see http://kayalang.org/
LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free
Software Foundation.
Kaya July 2013 Tuples.Tuple6(3kaya)