fn contains(self: BufSet, value: []const u8) bool

Check if the set contains an item matching the passed string

Parameters

self: BufSet,
value: []const u8,