fn dupe(self: *Build, bytes: []const u8) []u8

Allocator.dupe without the need to handle out of memory.

Parameters

self: *Build,
bytes: []const u8,