Help language development. Donate to The Perl Foundation
Revision history for Tuple 0.0.10 2022-01-09T13:02:09+01:00 - Make Tuple a child class of the new ValueList interface - Move to new file extensions - Provide slightly simpler .gist output - Update copyright year 0.0.9 2021-09-08T14:11:40+02:00 - Change file extension to .rakumod - Migrate to zef ecosystem - Update email address 0.0.8 2021-01-30T12:03:13+01:00 - Introduce own .raku method, deprecate .perl method - Make .gist / .Str create useful representations - Make sure .WHICH only works on instantiated objects - Make sure we keep container in SET-SELF - Update copyright year 0.0.7 2020-12-20T11:00:22+01:00 - Move to highest possible Raku version - Update copyright year 0.0.6 2020-06-12T22:00:23+02:00 - Make sure we always return containerized, otherwise the values of a tuple will be slipped into QuantHashes. Spotted by 0racle. 0.0.5 2018-10-20T13:51:03+02:00 - Account for STORE initialize -> INITIALIZE change 0.0.4 2018-09-15T10:12:54+02:00 - Don't use an anoymous class for iterating for better optimizability 0.0.3 2018-07-15T22:26:12+02:00 - Marked "tuple" as "is nodal" so that meta-ops work on it correctly 0.0.2 2018-07-15T19:37:22+02:00 - Made sure that Tuple's are also Iterable - Added candidates for directly handling a single Iterable (for performance) - Fixed erroneous "is Positional" 0.0.1 2018-07-15T16:34:27+02:00 - Initial version