Function fmtIdP [src]

Prototype

pub fn fmtIdP(bytes: []const u8) FormatId

Parameters

bytes: []const u8

Source

pub fn fmtIdP(bytes: []const u8) FormatId { return .{ .bytes = bytes, .flags = .{ .allow_primitive = true } }; }