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