List.empty

Returns wether the list is empty (has no items)

struct List(T)
bool
empty
(
)

Meta