pub fn slotted_edges<'a>(
edges: impl Iterator<Item = &'a EdgeTemplate>,
) -> HashMap<SlotId, Slot<'a>>
Expand description
Converts a list of edges into their slotted form.
pub fn slotted_edges<'a>(
edges: impl Iterator<Item = &'a EdgeTemplate>,
) -> HashMap<SlotId, Slot<'a>>
Converts a list of edges into their slotted form.