mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 17:32:22 -07:00
68df35b378
It sets the minimum alignment for the fields within a struct. This cannot be used with `#packed`, but can be used with `#align(N)`. If `#align(N)` is less than `#field_align(N)`, then a warning will be printed.