Array.sequence()
Create an ordered Array of integers, given start and end values.
Description
Create an ordered Array of integers, beginning with start (inclusive) and ending with end (exclusive).
The end value must be greater than or equal to start. The difference between start and end can’t exceed 16,000.
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!