Expand description
Desugar array/slice index operations to function calls.
Structsยง
- Index
Visitor ๐We replace some place constructors with function calls. To do that, we explore all the places in a body and deconstruct a given place access into intermediate assignments.