Re: RFC 91 (v2) Builtin: part

2000-09-05 Thread Jeremy Howard
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 function is proposed > > that achieves this: > > Are the sublists copies or aliases? I imagine they are aliases, > but this could be specified in the

Re: RFC 91 (v2) Builtin: part

2000-09-05 Thread David L. Nicol
> In order to work with lists of arbitary size, it is often necessary to > split a list into equal sized sub-lists. A C 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 --

RFC 91 (v2) Builtin: part

2000-08-29 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Builtin: part =head1 VERSION Maintainer: Jeremy Howard <[EMAIL PROTECTED]> Date: 10 August 2000 Last Modified: 29 August 2000 Mailing List: [EMAIL PROTECTED] Version: 2 Number: 91 Status: Deve