SList.empty

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

Return Value

Type: bool

true if this list is empty

Meta