Skip to content

Releases: bkosm/ktuple

v1.3.0

05 Dec 15:46
Compare
Choose a tag to compare

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]

v1.2.0

23 Nov 08:38
893c829
Compare
Choose a tag to compare
  • builder-like methods for copy functionality with the possibility of changing the type. See README for examples.

v1.1.0

19 Nov 15:42
Compare
Choose a tag to compare
  • Support tuples up to the size of 10.
  • Ships an inline factory function w for fluent initialisation.
  • Per subclass type aliases for convenient when usage.

v1.0.2

17 Nov 16:14
Compare
Choose a tag to compare

Move packages from 'io' to 'com' to reflect the new JitPack dependency notation.