UnrolledList.empty

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

Return Value

Type: bool

true if the list is empty

Meta