Files
Nim/tests/collections
Matt Wilson ea39c600ab Add minmax to comparisons (#21820)
* Add `minmax` to sequtils

This adds a `minmax` proc to complement `min` and `max`; it computes
both results in a single pass for efficiency.

* Update lib/pure/collections/sequtils.nim

* Add minmax note to changelog.

---------

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
2023-05-12 14:02:09 +08:00
..
2020-11-21 12:50:23 -08:00
2023-05-12 14:02:09 +08:00
2022-10-02 06:42:41 +02:00