Function format [src]
Prototype
 pub fn format(self: Preemption, w: *Writer) Writer.Error!void  Parameters
self: Preemptionw: *Writer Source
 pub fn format(self: Preemption, w: *Writer) Writer.Error!void {
    if (self == .dso_local) try w.print(" {s}", .{@tagName(self)});
}