The OpenD Programming Language

SList.empty

Complexity: O(1)

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