1Dict.TinyDict(3kaya) Kaya module reference Dict.TinyDict(3kaya)
2
3
4
6 Dict::TinyDict - Tiny Dictionary/Hash Table.
7
9 Dict::TinyDict< a, b >
10
11
12 = TinyDict()
13
15 A tiny Dictionary maps a small number of values of type a to values of
16 type b
17 Generally Dict.Dict (3kaya) is more efficient for dictionaries
18 expected to have 10 or more keys.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
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.newTiny (3kaya)
32
33
34
35Kaya December 2010 Dict.TinyDict(3kaya)