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

NAME

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

SYNOPSIS

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

ARGUMENTS

12       dict A tiny dictionary
13

DESCRIPTION

15       List all entries in a tiny dictionary (as a list of Tuples.Pair (3kaya)
16       in key-value order). There is no guarantee of any  order,  although  at
17       least  within  a single program run, identical dictionaries will return
18       identical 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.TinyDict (3kaya)
32       Dict.add_1 (3kaya)
33       Dict.delete_1 (3kaya)
34       Dict.empty_1 (3kaya)
35       Dict.exists_1 (3kaya)
36       Dict.keys_1 (3kaya)
37       Dict.lookup_1 (3kaya)
38       Dict.newTiny (3kaya)
39       Dict.vals_1 (3kaya)
40
41
42
43Kaya                             December 2010             Dict.entries(3kaya)
Impressum