Like in goyamp, range would convert a map to a sequence of keys and return them, typically used in iterations. Here's an example, range: all produces a sequence from the map held in the all variable. (perf and prod). The macro then uses the loop variable item to select one of the map entries using dot notation all.item.
Like in goyamp, range would convert a map to a sequence of keys and return them, typically used in iterations. Here's an example,
range: all
produces a sequence from the map held in theall
variable. (perf
andprod
). The macro then uses the loop variableitem
to select one of the map entries using dot notationall.item
.This yields