diff --git a/docs/overview/index.html b/docs/overview/index.html index 80264ecb..1085a472 100644 --- a/docs/overview/index.html +++ b/docs/overview/index.html @@ -1681,11 +1681,11 @@

Bit Fields #

A bit_field is different from a struct in that you must specify the backing type. This backing type must be an integer or a fixed-length array of integers. This is useful if there needs to be a specific alignment or access pattern for the record.

Foo :: bit_field u32 {...}