ascending

val ascending: Boolean = true

The direction the values will be generated. If true, the range will start with min and increment until it reaches max. If false, the range will start with max and decrement until it reaches min.