List.empty

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

Return Value

Type: bool

Whether this list is empty.

Meta