pub type ExternalRefs = HashMap<String, NodeId>;Expand description
Maps "offset:length:fileId" src strings from Yul externalReferences
to the Solidity declaration node id they refer to.
Aliased Typeยง
pub struct ExternalRefs { /* private fields */ }