in reply to
Does perl6 have a native linked-list data type?
This may be a stupid question, but why not use an array with data in even-index slots and index-of-next-slot in the following odd-index slot?
Comment on
Re: Does perl6 have a native linked-list data type?
In Section
Seekers of Perl Wisdom