TreeMap.this

No default construction if an allocator must be provided.

  1. this()
    struct TreeMap(K, V, Allocator = Mallocator, alias less = "a < b", bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V, size_t cacheLineSize = 64)
    @disable
    this
    ()
  2. this(Allocator allocator)

Meta