fn insert(self: *BufSet, value: []const u8) !void

Insert an item into the BufSet. The item will be copied, so the caller may delete or reuse the passed string immediately.

Parameters

self: *BufSet,
value: []const u8,