Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ReactiveX/rxjs/llms.txt
Use this file to discover all available pages before exploring further.
range
Creates an Observable that emits a sequence of numbers within a specified range.Import
Type Signature
Parameters
The value of the first integer in the sequence. If
count is not provided, this becomes the count and start defaults to 0.The number of sequential integers to generate.
Returns
An Observable that emits a finite range of sequential integers.
Description
range emits a sequence of sequential integers synchronously.
