Creates a Stream of integers from start (inclusive) to end (exclusive).
| start |
the start value (inclusive). |
| end |
the end value (exclusive). |
|
a Stream of integer range values. |