Files
Nim/tests/system
Miran 14b2354b7d rename lenTuple and lenVarargs (#13639)
* rename 'lenTuple' to 'tupleLen'

Rationale:
`lenTuple` is a tuple consisting of lengths (e.g. `(1, 5, 0)`),
`tupleLen` is a length of a tuple (e.g. `tupleLen((1, 5, 0) == 3`)

* rename 'lenVarargs' to 'varargsLen'

The same rationale as a previous commit. Consistency.
2020-03-12 20:07:02 +01:00
..
2018-12-11 21:23:22 +01:00
2019-10-03 18:36:18 +02:00
2018-11-23 11:58:31 +01:00
2018-08-01 10:57:35 +02:00
2019-07-06 21:20:16 +02:00
2020-02-27 10:43:13 +01:00