Expand description
Type-safe hunks
Structs
- Represents a single typed hunk in a system.
- The definer (static builder) for
Hunk. - As a generic parameter of
HunkDefiner, indicates that the hunk should be zero-initialized.
Constants
- The priority of the startup hooks used to initialize typed hunks. It has a negative value so that startup hooks with non-negative priorities (which can be created without
unsafeblocks) will never see an uninitialized value in a typed hunk.