fn contains(self: BufSet, value: []const u8) bool
Check if the set contains an item matching the passed string
self: BufSet,
value: []const u8,