extract_field_path

Function extract_field_path 

Source
fn extract_field_path(place: &PlaceId) -> Vec<usize>
Expand description

Extract only the field path from a PlaceId (excluding the root local) Returns field indices in order from root to leaf Example: _15.0.1 returns [0, 1]