UnrolledList.nodeCapacity

Number of items stored per node.

struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
enum size_t nodeCapacity;

Meta