Expand description
§segment
Segmented DAG. See [IdDag] for the main structure.
Structs§
- Flat
Segment - Base segment.
- IdSegment
- In memory representation of a segment. Mostly useful for external use-cases.
- Prepared
Flat Segments - These segments can be used directly in the build process of the IdDag.
They produced by
IdMap::assign_headandIdDag::all_flat_segments. - Segment
Segmentrepresents a range ofIds in an [IdDag] graph. It provides methods to access properties of the segments, including the range itself, parents, and level information.- Segment
Flags
Functions§
- describe_
segment_ bytes - Describe bytes of a Segment. This is only for troubleshooting purpose.