Array.removeBack

Removes the value at the back of the array.

Return Value

Type: void

The number of elements removed

Precondition: !empty.

Meta