forEachInMapBin

fun A_MapBin.forEachInMapBin(action: (AvailObject, AvailObject) -> Unit)

Execute the given action with each key and associated value in this map bin.

Parameters

action

The action to execute with each key/value pair.