Function FlatMap.clear

Erases the contents of the container, which becomes an empty (with a length of 0 elements).

void clear() nothrow scope;

Doesn't change capacity of container.

More

btl.vector.Vector.clear