UnrolledList.length

struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
const nothrow pure @property @safe @nogc
size_t
length
()

Return Value

Type: size_t

the length of the list

Meta