Skip to content

v0.16.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jan 16:18
· 127 commits to main since this release

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.