mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 08:01:58 +02:00
Infrastructure for simple internal hyperlink handling
This commit is contained in:
@@ -41,6 +41,10 @@ func (self *Set[T]) Has(val T) bool {
|
||||
return ok
|
||||
}
|
||||
|
||||
func (self *Set[T]) Clear() {
|
||||
clear(self.items)
|
||||
}
|
||||
|
||||
func (self *Set[T]) Len() int {
|
||||
return len(self.items)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user