SList.empty

struct SList(T)
@property const
bool
empty
()

Return Value

Type: bool

$(D_KEYWORD true) if the list is empty.

Meta