concurrent-map icon indicating copy to clipboard operation
concurrent-map copied to clipboard

初始化是不是没用泛型?

Open samhuangszu opened this issue 2 years ago • 1 comments

// Creates a new concurrent map. func NewV any ConcurrentMap[string, V] { return createstring, V }

samhuangszu avatar Feb 07 '23 16:02 samhuangszu

默认key为string

JHue58 avatar Jul 11 '24 07:07 JHue58