| author | |
| committer | |
| log | 8b82a0e0fc5cac9a5376f06955ca4419b9a9923f |
| tree | 8dbdb32e64c4a8e8de9d5d20f6ee5bc6327b77cf |
| parent | 72fc1641786082cb82355dac5d357bc2398bd51e |
| signature |
1 files changed, 0 insertions(+), 3 deletions(-)
lib/std/bit_set.zig-3| ... | ... | @@ -1043,10 +1043,7 @@ pub const DynamicBitSet = struct { |
| 1043 | 1043 | /// The integer type used to shift a mask in this bit set |
| 1044 | 1044 | pub const ShiftInt = std.math.Log2Int(MaskInt); |
| 1045 | 1045 | |
| 1046 | /// The allocator used by this bit set | |
| 1047 | 1046 | allocator: Allocator, |
| 1048 | ||
| 1049 | /// The number of valid items in this bit set | |
| 1050 | 1047 | unmanaged: DynamicBitSetUnmanaged = .{}, |
| 1051 | 1048 | |
| 1052 | 1049 | /// Creates a bit set with no elements present. |