Author: lwall
Date: 2010-05-01 18:07:02 +0200 (Sat, 01 May 2010)
New Revision: 30533
Modified:
docs/Perl6/Spec/S12-objects.pod
Log:
[S12] delete self:sort darling
Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod 2010-05-01 08:42:10 UTC (rev 30532)
+++ docs/Perl6/Spec/S12-objects.pod 2010-05-01 16:07:02 UTC (rev 30533)
@@ -13,8 +13,8 @@
Created: 27 Oct 2004
- Last Modified: 3 Apr 2010
- Version: 101
+ Last Modified: 1 May 2010
+ Version: 102
=head1 Overview
@@ -832,12 +832,6 @@
@array .= sort;
-If there is a C<self:sort> operator defined, that will be used. Otherwise
-one will be autogenerated from the ordinary C<sort> operator, on the
-order of:
-
- @array = @array.sort;
-
One handy place for an in-place mutator is to call a constructor on a
variable of a known type: