Skip to content

Commit 439437a

Browse files
committed
Qualification about callables #2632
1 parent 103c365 commit 439437a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/Hash.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ values using the given C<mapper>, optionally altering the values using the
7171
C<:&as> L«C<Callable>|/type/Callable». The C<@list> cannot be lazy.
7272
7373
The mapper can be a L«C<Callable>|/type/Callable» that takes a single argument,
74-
an L«C<Associative>|/type/Associative», or an L«C<Iterable>|/type/Iterable».
74+
an L«C<Associative>|/type/Associative», or an L«C<Iterable>|/type/Iterable»;
75+
this C<Callable> is guaranteed to be called only once per item.
7576
With L«C<Associative>|/type/Associative» and an L«C<Iterable>|/type/Iterable»
7677
mappers, the values in the C<@list> represent the key and index of the mapper's
7778
value respectively. A L«C<Callable>|/type/Callable» mapper will be executed

0 commit comments

Comments
 (0)