• create sorted array [min, max] (it DOES contain the max value)

    Type Parameters

    • T extends number = number

    Parameters

    • min: T
    • max: T

    Returns SortedArray<T>

Generated using TypeDoc