It's not an ambiguity for the compiler, but for th...
# announcements
i
It's not an ambiguity for the compiler, but for the reader:
collection.tap(::println)
— for me it's unclear whether it prints the whole collection, or each of its elements one-by-one.