pub open spec fn fresh_segment_id(m: Map<SegmentId, SegmentEntry>) -> SegmentIdExpand description
{ choose |id: SegmentId| !m.dom().contains(id) }Fresh-id helper for the segment id space.
pub open spec fn fresh_segment_id(m: Map<SegmentId, SegmentEntry>) -> SegmentId{ choose |id: SegmentId| !m.dom().contains(id) }Fresh-id helper for the segment id space.