bcaa

Simple associative array implementation for D (-betterC)

The author of the original implementation: Martin Nowak

Members

Functions

dispose
void dispose(A alloc, T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose(A alloc, T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
make
T* make(Allocator alloc)
Undocumented in source. Be warned that the author may not have intended to support it.
makeArray
T[] makeArray(Allocator alloc, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

AAPair
struct AAPair(K, V)
Undocumented in source.
Bcaa
struct Bcaa(K, V, Allocator = Mallocator)

mallocator code ENDS

Mallocator
struct Mallocator

mallocator code BEGINS

Meta

License

Boost License 1.0.

Simplified betterC port of druntime/blob/master/src/rt/aaA.d