Swift - Collections
Given
var fruits = ["apple": 4, "banana": 6], how can you safely add 1 to the count of "pear", initializing it if it doesn't exist?