Collection.remove

remove single item, returning removed item

struct Collection(T, bool ownItems = false)
T
remove
(
size_t index
)

Meta