Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

SuperBlob

This structure is followed by GenericBlobs in no particular order as indicated by offsets in index

macho.SuperBlob
pub const SuperBlob = extern struct

File

lib/std/macho.zig:1885

Code

pub const SuperBlob = extern struct {
    /// Magic number
    magic: u32,

    /// Total length of SuperBlob
    length: u32,

    /// Number of index BlobIndex entries following this struct
    count: u32,
}