v1.0.0-beta.0
2022-02-22
Added
Generic type variable
Step
of default value 1 and thestep
parameter in the constructor that uses it. e0aaca9The
stepByStep()
method that performs a callback function with the ability to decide when to move to the next step of the range. e0aaca9The
getRange()
method to return a range of numbers from minimum to maximum with the step. e0aaca9The
forEachStep()
method to perform the specified action for each step in the range of an array. e0aaca9The
get
accessorrange
that obtains the range of anarray
number from the minimum to the maximum with the step of a specifiedRange
object. e0aaca9The
get
accessorstep
that obtains the step of a specifiedRange
object. e0aaca9The
#step
private property of the generic type variableStep
that indicates the range step. e0aaca9The
step
parameter to the staticcreate()
method of generic type variableStep.
e0aaca9
Last updated