1Tuples.Tuple4(3kaya)         Kaya module reference        Tuples.Tuple4(3kaya)
2
3
4

NAME

6       Tuples::Tuple4 - Sugared as (a,b,c,d)
7

SYNOPSIS

9       Tuples::Tuple4< a, b, c, d >
10
11
12     = Tuple4(a fst,b snd,c third,d fourth)
13

DESCRIPTION

15       This  represents  an arbitrary set of four values.  Tuple4(a,b,c,d) can
16       be written as (a,b,c,d) for compactness.
17
18       Consider using a more meaningful data type instead of large Tuples,  to
19       make your code more readable.
20

AUTHORS

22       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
23       (kaya@kayalang.org). For further information see http://kayalang.org/
24

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
31
32
33Kaya                             December 2010            Tuples.Tuple4(3kaya)
Impressum