SharedFreeList.max

Undocumented in source.
  1. alias max = maxSize
    struct SharedFreeList(ParentAllocator, size_t minSize, size_t maxSize = minSize, size_t approxMaxNodes = unbounded)
    static if(maxSize != chooseAtRuntime)
    alias max = maxSize
  2. size_t max [@property getter]
  3. size_t max [@property setter]
  4. size_t max [@property getter]
  5. size_t max [@property setter]

Meta