SList.empty

Property returning true if and only if the container has no elements.

Complexity: O(1)

struct SList(T)
@property const
bool
empty
()
if (
!is(T == shared)
)

Meta