diff options
Diffstat (limited to 'map.go')
-rw-r--r-- | map.go | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,8 +0,0 @@ -package main - -type Map[K comparable, V interface{}] map[K]V - -func (m Map[K, V]) Contain(key K) bool { - _, ok := m[key] - return ok -} |