in reply to Fathoming Perl6 documentation

The elems method is in s02 under 'Built-In Data Types'
The section begins with:

To get the number of elements in an array, use the .elems method. You can also ask for the total string length of an array's elements, in bytes, codepoints or graphemes, using these methods .bytes, .codes or .graphs respectively on the array.

Replies are listed 'Best First'.
Re^2: Fathoming Perl6 documentation
by John M. Dlugosz (Monsignor) on Feb 26, 2008 at 07:41 UTC
    Thanks. I guess I should download all the S-- files and grep locally. So much for the on-page search box!

    —John