mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 03:06:55 -04:00
Fix format
This commit is contained in:
parent
0c8543160e
commit
167f8cd4b3
@ -989,7 +989,6 @@ pub fn deinitDynamicIntArrayStorage() void {
|
|||||||
pub fn DynamicPackedIntArray(size: comptime_int) type { // MARK: DynamicPackedIntArray
|
pub fn DynamicPackedIntArray(size: comptime_int) type { // MARK: DynamicPackedIntArray
|
||||||
std.debug.assert(std.math.isPowerOfTwo(size));
|
std.debug.assert(std.math.isPowerOfTwo(size));
|
||||||
return struct {
|
return struct {
|
||||||
|
|
||||||
const Content = packed struct(usize) {
|
const Content = packed struct(usize) {
|
||||||
const alignment: std.mem.Alignment = .@"64";
|
const alignment: std.mem.Alignment = .@"64";
|
||||||
bitSize: u5, // Fitting it into the 6 alignment bits
|
bitSize: u5, // Fitting it into the 6 alignment bits
|
||||||
|
Loading…
x
Reference in New Issue
Block a user