v12.48.1
Improved the return type from generic `array` to `list<array{int|float, int|float}>` which accurately describes that the method returns a list of two-element tuples containing the lower and upper bounds.
This improves:
- Static analysis accuracy
- IDE type inference
- Developer experience with better autocompletion