rangeExclusive¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/dot/blob/main/js/util/rangeExclusive.ts for the most up-to-date information.
Overview¶
Returns an array of integers from A to B (exclusive), e.g. rangeExclusive( 4, 7 ) maps to [ 5, 6 ].
@author Jonathan Olson <jonathan.olson@colorado.edu>
Source Code¶
See the source for rangeExclusive.ts in the dot repository.