LiveBuilder<'n, 'e> Type
A Live Builder for incremental graph construction.
Tracks label-to-ID mappings and pending transitions.
Changes are applied via sync to a target graph.
Type Parameters
'n: Node label type (must support comparison)'e: Edge weight type
Record fields
| Record Field |
Description
|
Next available node ID.
|
|
|
Queued transitions waiting to be applied.
|