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.

ErrorMessageList

There will be a MessageIndex for each len at start.

ErrorBundle.ErrorMessageList
pub const ErrorMessageList = struct

File

lib/std/zig/ErrorBundle.zig:44

Code

pub const ErrorMessageList = struct {
    len: u32,
    start: u32,
    /// null-terminated string index. 0 means no compile log text.
    compile_log_text: OptionalString,
}