Files
Nim/lib
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
..
2017-02-20 17:24:19 +02:00
2019-07-14 16:08:15 +02:00
2020-07-03 20:13:10 +02:00
2020-07-06 13:41:56 +02:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00