Hey yall, isn’t it weird that `.filter` is only de...
# announcements
a
Hey yall, isn’t it weird that
.filter
is only defined on
Map<K, V>
and not on
HashMap<K, V>
?