Re: RFC 91 (v2) Builtin: part

[email protected] ("Jeremy Howard") Wed, 6 Sep 2000 09:15:05 +1100
Newsgroups perl.perl6.language.data
Message-ID <[email protected]>
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.