1Dict.vals(3kaya)             Kaya module reference            Dict.vals(3kaya)
2
3
4

NAME

6       Dict::vals - List all values in a tiny dictionary
7

SYNOPSIS

9       [b] vals( TinyDict<a, b>  dict )
10

ARGUMENTS

12       dict A tiny dictionary
13

DESCRIPTION

15       List  all  values  in  a  tiny dictionary. There is no guarantee of any
16       order, although at least within a single program run, identical dictio‐
17       naries will return identical lists.
18

AUTHORS

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

LICENSE

24       The Kaya standard library is free software;  you  can  redistribute  it
25       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
26       License (version 2.1 or any later version) as  published  by  the  Free
27       Software Foundation.
28
30       Dict.TinyDict (3kaya)
31       Dict.add_1 (3kaya)
32       Dict.delete_1 (3kaya)
33       Dict.empty_1 (3kaya)
34       Dict.entries_1 (3kaya)
35       Dict.exists_1 (3kaya)
36       Dict.keys_1 (3kaya)
37       Dict.lookup_1 (3kaya)
38       Dict.newTiny (3kaya)
39
40
41
42Kaya                             December 2010                Dict.vals(3kaya)
Impressum