The OpenD Programming Language

FreeTree.clear

Defined if ParentAllocator.deallocate exists, and returns to it all memory held in the free tree.

struct FreeTree(ParentAllocator)
static if(hasMember!(ParentAllocator, "deallocate"))
void
clear
()

Meta