| ... | @@ -1043,10 +1043,7 @@ pub const DynamicBitSet = struct { | ... | @@ -1043,10 +1043,7 @@ pub const DynamicBitSet = struct { |
| 1043 | /// The integer type used to shift a mask in this bit set | 1043 | /// The integer type used to shift a mask in this bit set |
| 1044 | pub const ShiftInt = std.math.Log2Int(MaskInt); | 1044 | pub const ShiftInt = std.math.Log2Int(MaskInt); |
| 1045 | | 1045 | |
| 1046 | /// The allocator used by this bit set | | |
| 1047 | allocator: Allocator, | 1046 | allocator: Allocator, |
| 1048 | | | |
| 1049 | /// The number of valid items in this bit set | | |
| 1050 | unmanaged: DynamicBitSetUnmanaged = .{}, | 1047 | unmanaged: DynamicBitSetUnmanaged = .{}, |
| 1051 | | 1048 | |
| 1052 | /// Creates a bit set with no elements present. | 1049 | /// Creates a bit set with no elements present. |