The OpenD Programming Language

TTree.this

No default construction if an allocator must be provided.

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

Meta