1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-05-05 01:56:03 +02:00
This commit is contained in:
Dave Gauer 2021-04-17 18:15:30 -04:00
parent b347a07276
commit d9ed5336cc

View File

@ -5,7 +5,7 @@
// to store.
//
// In this example, an instance of Foo always takes up u64 of
// space memory even if you're currently storing a u8.
// space in memory even if you're currently storing a u8.
//
// const Foo = union {
// small: u8,