Module btl.vector.flat_map

Implementation of associative container that supports unique keys FlatMap (similar to c++ boost::flat_map).

Structs

NameDescription
FlatMap

Manifest constants

NameTypeDescription
isFlatMap True if T is a Vector or implicitly converts to one, otherwise false.

Aliases

NameTypeDescription
DefaultAllocator std.experimental.allocator.mallocator.Mallocator Default allcoator for Vector.
Forward Forward Type used in forward constructors.