This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Nim
Watch
1
Star
0
Fork
0
You've already forked Nim
mirror of
https://github.com/nim-lang/Nim.git
synced
2026-08-14 02:54:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2502f86d2fa3e07c993cef811536cff29b71a3f0
Nim
/
tests
/
tuples
History
Araq
be87fe9176
make tests green again
2017-12-15 13:24:47 +01:00
..
tanontuples.nim
…
tconver_tuple.nim
…
tdifferent_instantiations.nim
…
tgeneric_tuple2.nim
…
tgeneric_tuple.nim
…
tuint_tuple.nim
…
tunpack_asgn.nim
fixes tuple unpacking regression
2017-04-26 11:10:50 +02:00
tuple_subscript.nim
Fix for
#5695
make subscript operator overloadable for tuples (
#5749
)
2017-04-24 20:17:06 +02:00
tuple_with_nil.nim
make tests green again
2017-12-15 13:24:47 +01:00
tuple_with_seq.nim
…
twrong_generic_caching.nim
fix: generic tuples instantiations were cached incorrectly
2016-07-28 20:23:24 +02:00
twrongtupleaccess.nim
…