Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@bkosm bkosm released this 05 Dec 15:46
· 9 commits to main since this release

Adding the option of extracting values from the tuple using an index just like in an array.

val t = 1 w 2

val integer = t[1]