containers

Undocumented in source.

Modules

dynamicarray
module containers.dynamicarray

Dynamic Array

hashmap
module containers.hashmap

Hash Map

hashset
module containers.hashset

Hash Set

immutablehashset
module containers.immutablehashset

Immutable hash set.

openhashset
module containers.openhashset

Open-Addressed Hash Set

simdset
module containers.simdset

SIMD-accelerated Set

slist
module containers.slist

Singly-linked list.

treemap
module containers.treemap

Tree Map

ttree
module containers.ttree

T-Tree.

unrolledlist
module containers.unrolledlist

Unrolled Linked List.

Public Imports

containers.dynamicarray
public import containers.dynamicarray;
containers.hashmap
public import containers.hashmap;
containers.hashset
public import containers.hashset;
containers.immutablehashset
public import containers.immutablehashset;
containers.ttree
public import containers.ttree;
containers.slist
public import containers.slist;
containers.unrolledlist
public import containers.unrolledlist;

Meta