SharedFreeList.max

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

Meta