//! Utilities for working with definition references in expressions.
use IndexSet;
use crate;
/// Iterate over all Ref nodes in an expression tree.
+ '_
/// Collect all reference names as owned strings.
/// Check if expression contains a reference to the given name.