/math/minMax
stdCalculates the minimum and maximum value of the two given values.
Type signature
([a, b]: [number, number]) => [number, number]
Questions
- How to get ordered values where the lower is the first and the higher is the second?