zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 7dc71cdc4aadffc20a29c8c9dc1d8097b717dd3d (tree)
parent 3e3bdd577c8cc0c4e2669a94c34d3fae6b7bd60f
Author: tgschultz <tgschultz@gmail.com>
Date:   Sat,  4 May 2019 02:39:55 +0000

and again

Diffstat:
Mstd/packed_int_array.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/std/packed_int_array.zig b/std/packed_int_array.zig @@ -171,7 +171,7 @@ pub fn PackedIntIo(comptime Int: type) type }; } -///Creates a bit-packed array of int_count integers of type Int. Bits +///Creates a bit-packed array of integers of type Int. Bits /// are packed using native endianess and without storing any meta /// data. PackedIntArray(i3, 8) will occupy exactly 3 bytes of memory. pub fn PackedIntArray(comptime Int: type, comptime int_count: usize) type