Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Yp
Yp.Map

Method Yp.Map()->map()


Method map

void map(function(string:void) fun)

Description

Call a function for each entry in the map.

For each entry in the map, call the function fun .

The function will be called like void fun(string key, string value).