Collection.removeValue

remove single item by value - if present in collection, returning true if item was found and removed

struct Collection(T, bool ownItems = false)
bool
removeValue
()

Meta