empty
Special encoding when there are no errors.
Source
Implementation
pub const empty: ErrorBundle = .{
.string_bytes = &.{},
.extra = &.{},
}Special encoding when there are no errors.
Source
pub const empty: ErrorBundle = .{
.string_bytes = &.{},
.extra = &.{},
}