Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace min/max helpers with built-in min/max
We can use the built-in `min` and `max` functions since Go 1.21. Reference: https://go.dev/ref/spec#Min_and_max Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
- Loading branch information