Files
Nim/lib
Kier Davis 449960bf7e Add a fix for clear() on non-ref types by adding a missing 'var' annotation to the type signature
However, this fix won't take effect until a compiler bug (#4448) is fixed. Until then, the codebase functions identically to
how it did before this commit (calls to clear() fail to compile for Table/OrderedTable/CountTable as the argument is
immutable).
2016-07-09 17:34:01 +01:00
..
2016-06-15 15:08:35 +04:00
2016-05-31 03:04:45 +02:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00
2016-06-11 09:15:49 +02:00
2016-06-27 17:44:05 +03:00