Files
Nim/tests/collections
Zahary Karadjov 0521f98486 Hrm, the new errors highlighted some code that seems to be broken
New issue: since `Table[A, B]` allocates its backing storage with
`newSeq[KeyValuePair[A, B]]`, it's no longer legal to create a table
with `not nil` types used as either keys or values.
2020-04-01 19:38:44 +02:00
..
2020-03-30 13:18:12 +02:00
2020-03-30 13:18:12 +02:00