begin overloads
begin
Declared in <prevector.h>
<prevector.h>
Returns an iterator to the first element.
iterator begin();
Returns a const iterator to the first element.
const_iterator begin() const;