fmt
Function parameters
Parameters
- builder:*const Builder
- quote_behavior:?QuoteBehavior
Type definitions in this namespace
Types
Functions in this namespace
Functions
= 16
Values
Source
Implementation
pub fn fmt(
self: StrtabString,
builder: *const Builder,
quote_behavior: ?QuoteBehavior,
) std.fmt.Formatter(FormatData, format) {
return .{ .data = .{
.string = self,
.builder = builder,
.quote_behavior = quote_behavior,
} };
}