Expand description
Desugar built-in operations and array/slice indexing to standard library 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.
- Transform
Enumsยง
- StdItem ๐
- We do the following.
Functionsยง
- index_
method_ ๐types - method_
impl_ ๐trait_ ref - Instantiate the trait impl that provides the given method.
- mk_
fn_ ๐ptr - transform_
operation ๐