Implement PCRE Matching (prefer left-branch) #2
@@ -16,7 +16,6 @@ func (s *uniq_arr[T]) add(vals ...T) {
|
|||||||
s.backingMap[item] = struct{}{}
|
s.backingMap[item] = struct{}{}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s uniq_arr[T]) contains(val T) bool {
|
func (s uniq_arr[T]) contains(val T) bool {
|
||||||
|
Reference in New Issue
Block a user