Files
squirrel/doc/source
VasiliyRyabtsev 8e5b1e70d0 Allow additional parameters in array.map()/array.apply() handler
Sometimes it is needed to process array when result depends not
on item value only, but also from its position or collection content.
So make array.map() and array.apply() functions more flexible by
supporting optional additional parameters in callback: item index
and reference to array being processed.
(The design is like in https://underscorejs.org/#map)
2018-10-31 18:37:01 +03:00
..
2016-03-27 19:58:27 +08:00
2017-06-14 14:09:53 +02:00
2016-03-27 19:58:27 +08:00
2016-03-14 23:35:04 +08:00