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

NAME

6       Dict::keys - List all keys in a tiny dictionary
7

SYNOPSIS

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

ARGUMENTS

12       dict A tiny dictionary
13

DESCRIPTION

15       List  all  keys  in  a  dictionary. There is no guarantee of any order,
16       although at least within a single program run,  identical  dictionaries
17       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.lookup_1 (3kaya)
37       Dict.newTiny (3kaya)
38       Dict.vals_1 (3kaya)
39
40
41
42Kaya                             December 2010                Dict.keys(3kaya)
Impressum