eachk multimethod

Methods

eachk(h:Hash, cb:Fun) Source: stdlib.ngs:2302
Iterate a Hash.

Parameters

hHash to iterate
cbFunction to call with successive keys

Returns

h