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

NAME

6       Dict::entries - List all entries in a dictionary
7

SYNOPSIS

9       [Pair<a, b> ] entries( Dict<a, b>  dict )
10

ARGUMENTS

12       dict A dictionary
13

DESCRIPTION

15       List  all  entries in a dictionary (as a list of Tuples.Pair (3kaya) in
16       key-value order). There is no guarantee of any order, although at least
17       within a single program run, identical dictionaries will return identiā€
18       cal lists.
19

AUTHORS

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

LICENSE

25       The  Kaya  standard  library  is free software; you can redistribute it
26       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
27       License  (version  2.1  or  any later version) as published by the Free
28       Software Foundation.
29
31       Dict.Dict (3kaya)
32       Dict.add (3kaya)
33       Dict.delete (3kaya)
34       Dict.empty (3kaya)
35       Dict.exists (3kaya)
36       Dict.keys (3kaya)
37       Dict.lookup (3kaya)
38       Dict.new (3kaya)
39       Dict.vals (3kaya)
40
41
42
43Kaya                             December 2010             Dict.entries(3kaya)
Impressum