r30480 - docs/Perl6/Spec/S32-setting-library

2010-04-26 Thread pugs-commits
Author: colomon Date: 2010-04-27 01:51:12 +0200 (Tue, 27 Apr 2010) New Revision: 30480 Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod Log: [Spec] Add .minmax method along the lines of the .min and .max methods. Modified: docs/Perl6/Spec/S32-setting-library/Containers.pod

Re: r30480 - docs/Perl6/Spec/S32-setting-library

2010-04-26 Thread Kyle Hasselbacher
There's a 'minmax' operator in S03. Is this coherent with that? On Mon, Apr 26, 2010 at 6:51 PM, wrote: > Author: colomon > Date: 2010-04-27 01:51:12 +0200 (Tue, 27 Apr 2010) > New Revision: 30480 > > Modified: >   docs/Perl6/Spec/S32-setting-library/Containers.pod > Log: > [Spec] Add .minmax m