Collection.empty

returns true if there are no items in collection

struct Collection(T, bool ownItems = false)
@property
bool
empty
()

Meta