Create an IndexSpan object with the specified position and length.
The behavior is undefined unless position <= bsl::numeric_limits<size_t>::max() - length.
| Name | Description |
|---|---|
| position | starting index of the span |
| length | number of elements in the span |