format
Parameters
- self:*const Id
- *const Id
- writer:*std.Io.Writer
- *std.Io.Writer
Source
Implementation
pub fn format(self: *const Id, writer: *std.Io.Writer) !void {
try writer.print("{x}", .{self.asU64()});
}Source
pub fn format(self: *const Id, writer: *std.Io.Writer) !void {
try writer.print("{x}", .{self.asU64()});
}