注释调整

This commit is contained in:
kercylan98 2023-05-19 09:38:32 +08:00
parent 31cb4a2f66
commit e240563206
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package hash package hash
// MapReadonly 并发安全的只读字典接口 // MapReadonly 只读字典接口
type MapReadonly[Key comparable, Value any] interface { type MapReadonly[Key comparable, Value any] interface {
Get(key Key) Value Get(key Key) Value
Exist(key Key) bool Exist(key Key) bool