SharedFreeList.approxMaxLength

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias approxMaxLength = approxMaxNodes
  2. size_t approxMaxLength [@property getter]
    struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
    @property const shared
    static if(!(approxMaxNodes != chooseAtRuntime))
    size_t
    approxMaxLength
    ()
  3. size_t approxMaxLength [@property setter]
  4. size_t approxMaxLength [@property getter]
  5. size_t approxMaxLength [@property setter]

Meta