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

NAME

6       Dict::exists - Check if a key exists in a dictionary.
7

SYNOPSIS

9       Bool exists( Dict<a, b>  dict, a key )
10

ARGUMENTS

12       dict A dictionary
13
14       key The key to lookup
15

DESCRIPTION

17       Check if a key exists in a dictionary and returns true if it does.
18

AUTHORS

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

LICENSE

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