authorgravatar for tgschultz@gmail.comtgschultz <tgschultz@gmail.com> 2019-05-04 02:39:55+00:00
committergravatar for tgschultz@gmail.comtgschultz <tgschultz@gmail.com> 2019-05-04 02:39:55+00:00
log7dc71cdc4aadffc20a29c8c9dc1d8097b717dd3d
tree228adc8d0a0928c5e8111f7c2cc6c87901ded78b
parent3e3bdd577c8cc0c4e2669a94c34d3fae6b7bd60f

and again


1 files changed, 1 insertions(+), 1 deletions(-)

std/packed_int_array.zig+1-1
...@@ -171,7 +171,7 @@ pub fn PackedIntIo(comptime Int: type) type...@@ -171,7 +171,7 @@ pub fn PackedIntIo(comptime Int: type) type
171 };171 };
172}172}
173173
174///Creates a bit-packed array of int_count integers of type Int. Bits174///Creates a bit-packed array of integers of type Int. Bits
175/// are packed using native endianess and without storing any meta175/// are packed using native endianess and without storing any meta
176/// data. PackedIntArray(i3, 8) will occupy exactly 3 bytes of memory.176/// data. PackedIntArray(i3, 8) will occupy exactly 3 bytes of memory.
177pub fn PackedIntArray(comptime Int: type, comptime int_count: usize) type177pub fn PackedIntArray(comptime Int: type, comptime int_count: usize) type