TreeMap.reinit

Reinitialises the internal tree struct.

This method should be called only if it is known that the tree is empty, otherwise pointers to malloc-allocated nodes are lost so they cannot be deallocated.

struct TreeMap(T)
void
reinit
()

Meta