Set.3kaya

Langue: en

Version: March 2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Set - Sets: collections of unique values

DESCRIPTION

This module contains two implementations for collections of unique values. Set.Set(3kaya) stores the values in order, whereas Set.HashSet(3kaya) is unordered but has faster insertion and lookup. The Dict(3kaya) module may also be useful.

DATA TYPES

Set.HashSet(3kaya)

Set.Set(3kaya)

FUNCTIONS

Set.add(3kaya)

Set.add_1(3kaya)

Set.array(3kaya)

Set.array_1(3kaya)

Set.delete(3kaya)

Set.delete_1(3kaya)

Set.elem(3kaya)

Set.elem_1(3kaya)

Set.empty(3kaya)

Set.empty_1(3kaya)

Set.newHashSet(3kaya)

Set.newSet(3kaya)

Set.traverse(3kaya)

Set.traverse_1(3kaya)

AUTHORS

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

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.