David L. Nicol wrote: > > In order to work with lists of arbitary size, it is often necessary to > > split a list into equal sized sub-lists. A C<part> function is proposed > > that achieves this: > > Are the sublists copies or aliases? I imagine they are aliases, > but this could be specified in the RFC > Aliases. I'll make that more clear in the next version of the RFC.
- RFC 91 (v2) Builtin: part Perl6 RFC Librarian
- Re: RFC 91 (v2) Builtin: part David L. Nicol
- Jeremy Howard