eachk multimethod

Methods

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

Parameters

hHash to iterate
cbFunction to call with successive keys

Returns

h