mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
2c0e59ae06
Example below: // See: https://en.wikipedia.org/wiki/Bit_field BoxProps :: bit_field { opaque : 1, fill_colour : 3, _ : 4, show_border : 1, border_colour : 3, border_style : 2, _ : 2, width : 4, height : 4, _ : 8, }