would anybody else like to see some aliasing behav...
# language-proposals
g
would anybody else like to see some aliasing behaviour like what kotlin does for
kotlin.List
to/from
java.util.List
to allow me to change the signature of map to give me nonnull values for a
get
call that throws when the key isnt available?