fn dupeStrings(self: *Build, strings: []const []const u8) [][]u8

Duplicates an array of strings without the need to handle out of memory.

Parameters

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