| ... | @@ -1064,7 +1064,7 @@ pub const MetadataBlock = struct { | ... | @@ -1064,7 +1064,7 @@ pub const MetadataBlock = struct { |
| 1064 | pub const Subrange = struct { | 1064 | pub const Subrange = struct { |
| 1065 | pub const ops = [_]AbbrevOp{ | 1065 | pub const ops = [_]AbbrevOp{ |
| 1066 | .{ .literal = @intFromEnum(MetadataCode.SUBRANGE) }, | 1066 | .{ .literal = @intFromEnum(MetadataCode.SUBRANGE) }, |
| 1067 | .{ .literal = 0b10 }, // is distinct | version | 1067 | .{ .literal = 0 | (2 << 1) }, // is distinct | version |
| 1068 | MetadataAbbrev, // count | 1068 | MetadataAbbrev, // count |
| 1069 | MetadataAbbrev, // lower bound | 1069 | MetadataAbbrev, // lower bound |
| 1070 | .{ .literal = 0 }, // upper bound | 1070 | .{ .literal = 0 }, // upper bound |