go-concurrentMap icon indicating copy to clipboard operation
go-concurrentMap copied to clipboard

Add Key as an interface

Open csimplestring opened this issue 9 years ago • 0 comments

对于key,能否设计出一个key的interface,比如:

type Key interface {
 Hash() int
}

这样用户就可以自定义key的类型,这样也可以很好的扩展?

csimplestring avatar Apr 06 '15 14:04 csimplestring