pub fn export_package<'a, 'h: 'a>(
hugrs: impl IntoIterator<Item = &'h Hugr>,
_extensions: &ExtensionRegistry,
bump: &'a Bump,
) -> Package<'a>
Expand description
Exports a deconstructed Package
to its representation in the model.
pub fn export_package<'a, 'h: 'a>(
hugrs: impl IntoIterator<Item = &'h Hugr>,
_extensions: &ExtensionRegistry,
bump: &'a Bump,
) -> Package<'a>
Exports a deconstructed Package
to its representation in the model.