pub type BuiltPkgs = HashMap<NodeIx, BuiltPkg>;
A mapping from the node index to the associated built package.
pub struct BuiltPkgs { /* private fields */ }