LabeledBuilder<'Label, 'EdgeData> Type
A persistent builder for graphs that use arbitrary labels instead of integer node IDs.
Type Parameters
'Label: The type used to identify nodes (must support comparison)'EdgeData: The type stored on edges
Fields
Graph: The underlying graph structure with internal IDsLabelToId: Bidirectional mapping from labels to integer IDsNextId: Next available internal node ID