Implementations of the core types of the library.
namespace elements
Declaration: elements
Announcements: elements
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
class test array
class test runtime util
class test string writer
class test list
class test range
Unittests for implementations of dictionary.
class test dictionary
Unittests for hash implementations of dictionary.
class test hash dictionary
Unittests for hash implementations of set.
class test hash set