Skip to main content

Module utils

Module utils 

Source
Expand description

This module provides a collection of utilities to work on AST.

Modules§

mappers
Useful visitor to map AST fragments.

Enums§

FnAppHead
Helper enum that describes what can serve as function application heads. This is an helper that is useful for [ExprKind::fn_application].