the main reason for the pushback is probably becau...
# announcements
k
the main reason for the pushback is probably because
map[key]
doesn't clobber any other definitions. If I'm doing
map[key]
it's clear there's some predefined operator function I'm invoking. If I'm doing
map.key
, it's hazy. Is that a property or a method_missing?
2