Long time ago we discussed an opportunity to impor...
# language-proposals
o
Long time ago we discussed an opportunity to import functions as extensions. Like if you have
Guava.createSomething(Collection x, …)
, you import it something like
import Guava.createSomething as extension toSomething
, and then use as
list.toSomething
.