Skip to content

Commit 5631860

Browse files
authored
Merge branch 'main' into feat-golang-1.19
2 parents c96e647 + 9df2b0e commit 5631860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smapkeyvalue.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ func (r *SMapKeyValue[K, T]) GetAnDelete(key K) (T, bool) {
6767
value, ok := r.data.LoadAndDelete(key)
6868
if ok {
6969
r.count.Swap(r.count.Load() - 1)
70+
7071
}
7172

7273
switch value := value.(type) {

0 commit comments

Comments
 (0)