Idiom # 332 List of the keys of a map
Code
The following example shows how to create a map with integer keys and string values in Fuzion. The keys are collected into a list and printed one by one in a loop.
The following example shows how to create a map with integer keys and string values in Fuzion. The keys are collected into a list and printed one by one in a loop.