TreeMap.this

Use the given allocator for allocations.

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

Meta