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

NAME

6       Dict::empty - Check if a tiny dictionary is empty
7

SYNOPSIS

9       Bool empty( TinyDict<a, b>  dict )
10

ARGUMENTS

12       dict A tiny dictionary
13

DESCRIPTION

15       Returns  true  if  the  dictionary has no contents, either because none
16       were added, or because all added entries have been deleted.
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.entries_1 (3kaya)
33       Dict.exists_1 (3kaya)
34       Dict.keys_1 (3kaya)
35       Dict.lookup_1 (3kaya)
36       Dict.newTiny (3kaya)
37       Dict.vals_1 (3kaya)
38
39
40
41Kaya                             December 2010               Dict.empty(3kaya)
Impressum