SList.length

struct SList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
inout pure nothrow @property @safe @nogc
size_t
length
()

Return Value

Type: size_t

the number of items in the list

Meta