Function Array.removeFirst

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

bool removeFirst (
  T obj
);