| author | |
| committer | |
| log | 7dc71cdc4aadffc20a29c8c9dc1d8097b717dd3d |
| tree | 228adc8d0a0928c5e8111f7c2cc6c87901ded78b |
| parent | 3e3bdd577c8cc0c4e2669a94c34d3fae6b7bd60f |
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 | 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 | 175 | /// are packed using native endianess and without storing any meta |
| 176 | 176 | /// data. PackedIntArray(i3, 8) will occupy exactly 3 bytes of memory. |
| 177 | 177 | pub fn PackedIntArray(comptime Int: type, comptime int_count: usize) type |