Void traverse(Bool(a, Int) block, Set<a> set)
Arguments
block: The block of code to execute for each set element.set: The set to traverse
Usage
Used by for loops to traverse Set data structure. It is unlikely that you will need to call this function directly.