Returns an array of the container from index a up to (excluding) index b.
Precondition: a <= b && b <= length
Complexity: O(1)
See Implementation
Returns an array of the container from index a up to (excluding) index b.
Precondition: a <= b && b <= length
Complexity: O(1)