Removes a single value from the tree, or does nothing.
If allowDuplicates is true only a single element that is equivalent to
the given value will be removed. Which of these elements is removed is
not defined.
structTTree(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
Removes a single value from the tree, or does nothing.
If allowDuplicates is true only a single element that is equivalent to the given value will be removed. Which of these elements is removed is not defined.