| ... | @@ -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 | } |
| 173 | | 173 | |
| 174 | ///Creates a bit-packed array of int_count integers of type Int. Bits | 174 | ///Creates a bit-packed array of integers of type Int. Bits |
| 175 | /// are packed using native endianess and without storing any meta | 175 | /// 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. |
| 177 | pub fn PackedIntArray(comptime Int: type, comptime int_count: usize) type | 177 | pub fn PackedIntArray(comptime Int: type, comptime int_count: usize) type |