And is there a point in leaving `public fun <K,...
# announcements
m
And is there a point in leaving
public fun <K, V> Map<K, V>.withDefault(defaultValue: (key: K) -> V)
as public if it can't be used?