SList.empty

struct SList(T)
inout pure nothrow @property @safe @nogc
bool
empty
()

Return Value

Type: bool

true if this list is empty

Meta