Implementations of the core types of the library.
namespace elements
A value that provides a natural equivalence relation.
interface has equivalence
Immutable empty collection.
class empty
Base readonly list
class base readonly list
class base list
class base immutable list
class base range
Bridges string conversion between ideal and Objects.
class debuggable
class base string
class utilities
Simple immutable implementation of a dictionary.
class base dictionary entry
Base class for the dictionary backed by a linked list.
class base list dictionary
Mutable dictionary backed by a linked list.
class list dictionary
Mutable dictionary backed by a linked list.
class immutable list dictionary
Base class for the dictionary backed by a linked list.
class base hash dictionary
Mutable dictionary backed by a hashtable.
class hash dictionary
Mutable dictionary backed by a linked list.
class immutable hash dictionary
Base class for the dictionary backed by a linked list.
class base hash set
Mutable dictionary backed by a hashtable.
class hash set
Imnutable set backed by a hash set.
class immutable hash set
test suite test array
test suite test runtime util
test suite test string writer
test suite test list
test suite test range
Unittests for implementations of dictionary.
test suite test dictionary
Unittests for hash implementations of dictionary.
test suite test hash dictionary
Unittests for hash implementations of set.
test suite test hash set