Return the number of stored elements.
This will also be called for: count($arr)
integer The number of stored elements.
public function count() : int { return count($this->container); }