[이민우] 정보가 아니라 주소갑이 나와서 수정 (대리 커밋)
This commit is contained in:
@ -95,7 +95,7 @@ func (p *memberContainerPtr[K, T]) contains(key K, out *T) bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if out != nil {
|
if out != nil {
|
||||||
out = &found
|
*out = found
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user