| author | |
| committer | |
| log | 281d4c0ff6f95de0090f3621b4bdb651cd3d0330 |
| tree | 6a5b22dbc7e69867be5eaa013d842d5fa83d19f4 |
| parent | 5e7b09ce9fbc95ec9fb9e277d262b9b5a5aa1917 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/packed_int_array.zig+1-1| ... | @@ -1,4 +1,4 @@ | ... | @@ -1,4 +1,4 @@ |
| 1 | //! An set of array and slice types that bit-pack integer elements. A normal [12]u3 | 1 | //! A set of array and slice types that bit-pack integer elements. A normal [12]u3 |
| 2 | //! takes up 12 bytes of memory since u3's alignment is 1. PackedArray(u3, 12) only | 2 | //! takes up 12 bytes of memory since u3's alignment is 1. PackedArray(u3, 12) only |
| 3 | //! takes up 4 bytes of memory. | 3 | //! takes up 4 bytes of memory. |
| 4 | 4 |