btl

Undocumented in source.

Modules

autoptr
module btl.autoptr
Undocumented in source.
list
module btl.list

Implementation of linked list List (similar to c++ std::list and std::forward_list).

string
module btl.string

Mutable @nogc @safe string struct using std.experimental.allocator for allocations.

vector
module btl.vector

Implementation of dynamic array Vector (similar to c++ std::vector and folly::small_vector).

Meta