Skip to content

Commit

Permalink
Document List.Numeric()
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Jan 31, 2015
1 parent 453591e commit 7212348
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Type/List.pod
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@ Stringifies the elements of the list and joins them with spaces
Returns the number of elements in the list (same as C<.elems>).
=head2 method Numeric
multi method Numeric(List:D:) return Int:D
Returns the number of elements in the list (same as C<.elems>).
=head2 routine pick
multi sub pick($count, *@list) returns List:D
Expand Down

0 comments on commit 7212348

Please sign in to comment.