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

NAME

6       Dict::newTiny - Create a new tiny dictionary.
7

SYNOPSIS

9       TinyDict<a, b> newTiny( )
10

DESCRIPTION

12       Create  a new tiny dictionary. There are no parameters for tiny dictio‐
13       naries.
14
15
16    d = Dict::newTiny();
17

AUTHORS

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

LICENSE

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