structstd.zig.Zir.Inst.FieldType[src]

Fields

container_type: Ref
name_start: NullTerminatedString

Offset into string_bytes, null terminated.

Source Code

Source code
pub const FieldType = struct {
    container_type: Ref,
    /// Offset into `string_bytes`, null terminated.
    name_start: NullTerminatedString,
}