2018-07-12 07:52

map에 key가 존재하는지 확인

map을 사용할때 해당하는 키가 map에 존재하는지 확인이 필요할 때가 있습니다.
var target[string]*item ... target["apple"] = itm1 target["orange"] = itm2 ... val...

댓글