Array.removeFirst

If obj is in array, remove its first occurence and return true. Otherwise do nothing and return false.

struct Array(T, size_t chunkSize = 32)
bool
removeFirst
(
T obj
)

Meta