#How many bytes is a bool?

1 messages · Page 1 of 1 (latest)

strange terrace
#

I know that in many other languages all values must consist of atleast a byte of memory. I was wondering if Zig had it the same way or it was something else,

nocturne coyote
#

one when stored in memory normally

#

it's a single bit in a packed struct, though

odd light
#

and Vectors