Files
Nim/lib/pure/collections
ee7 a754160d65 tables.nim: Add named fields in smallest and largest (#14919)
The `smallest` and `largest` procs for `CountTable` returned a tuple
with named fields, but the same procs for `CountTableRef` returned an
anonymous tuple.

This commit makes those `CountTableRef` procs more consistent, and adds
a test.

Fixes: #14918
2020-07-06 14:02:03 +02:00
..
2016-03-31 16:49:56 +02:00
2019-11-12 15:05:36 +01:00
2019-09-21 06:43:37 +02:00
2020-07-02 08:40:58 +02:00