pub type LateResources = BTreeMap<Core, BTreeSet<Resource>>;
Late resources, keyed by the core that initializes them
pub struct LateResources { /* private fields */ }