TTree.this

Use allocator to allocate and free nodes in the tree.

  1. this()
  2. this(Allocator allocator)
    struct TTree(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
    this
    (
    Allocator allocator
    )

Meta