diff options
author | Kaushal Modi <kaushal.modi@gmail.com> | 2019-11-04 15:11:43 -0500 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-11-04 21:11:43 +0100 |
commit | b24560a140f32c6289786a213250a82df2979aa4 (patch) | |
tree | a9bfb37927093b7821ad054a9cc1408572d5efed /examples | |
parent | cf5c3f2400a7cfdee139bcd7283042500caf0a3b (diff) | |
download | Nim-b24560a140f32c6289786a213250a82df2979aa4.tar.gz |
Make sequtils.zip return seq of anonymous tuples (#12575)
* Make sequtils.zip return seq of anonymous tuples Earlier the tuples had named fields "a" and "b" and that made it difficult to assign the zip returned seqs to other vars which expected seqs of tuples with field names other than "a" and "b". * Make sequtils.zip backwards compatible with Nim 1.0.x
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions