1Set.empty(3kaya) Kaya module reference Set.empty(3kaya)
2
3
4
6 Set::empty - Check whether a HashSet is empty
7
9 Bool empty( HashSet<a> set )
10
12 set The set to check
13
15 Returns true if the HashSet is empty, false otherwise.
16
18 Kaya standard library by Edwin Brady, Chris Morris and others
19 (kaya@kayalang.org). For further information see http://kayalang.org/
20
22 The Kaya standard library is free software; you can redistribute it
23 and/or modify it under the terms of the GNU Lesser General Public
24 License (version 2.1 or any later version) as published by the Free
25 Software Foundation.
26
28 Set.HashSet (3kaya)
29 Set.add (3kaya)
30 Set.array (3kaya)
31 Set.delete (3kaya)
32 Set.elem (3kaya)
33 Set.newHashSet (3kaya)
34
35
36
37Kaya December 2010 Set.empty(3kaya)