New
v0.16.1
Fixed
Language
- Making subtubles of subtuples when using a non-zero start index now works as expected.
- e.g.
(1, 2, 3)[1..][1..]would previously panic.
- e.g.
Unclaimed project
Are you a maintainer of koto? Claim this project to take control of your public changelog and roadmap.
(1, 2, 3)[1..][1..] would previously panic.