File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ values using the given C<mapper>, optionally altering the values using the
71
71
C < :&as > L « C < Callable > |/type/Callable» . The C < @list > cannot be lazy.
72
72
73
73
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.
75
76
With L « C < Associative > |/type/Associative» and an L « C < Iterable > |/type/Iterable»
76
77
mappers, the values in the C < @list > represent the key and index of the mapper's
77
78
value respectively. A L « C < Callable > |/type/Callable» mapper will be executed
You can’t perform that action at this time.
0 commit comments