Jeff Anderson

Results 34 comments of Jeff Anderson

"Real" types have an (admittedly old) history in computer science as floating point types. I would not call it misleading at all. Examples include Pascal and Structured Text. r32, r64...

What advantage (if any) would this provide over `@memcpy`?

Duplicate of https://github.com/ziglang/zig/issues/24586

probably also worth mentioning that padding bytes are added for allignment of packed structs, for example this assertion fails: ``` const EthernetHeader = packed struct(u112) { dest_mac: u48, src_mac: u48,...