SpatialTree.QuadAllocator

Undocumented in source.
struct SpatialTree(ubyte dimension, T, bool loose = false, ubyte maxLevel = 8)
alias QuadAllocator = AllocatorList!(
(
n
)
=> ContiguousFreeList!(Mallocator, 0, unbounded)(4096, allocationSize)
, Mallocator)

Meta