BTreeMap.remove

Removal

class BTreeMap(KeyT, ValueT, size_t NodeSizeV = 256, alias KeyLessF = "a < b")
void
remove
(
KeyT key
)

Meta