You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meaning of e.g. new ref create() should be explained.
It was mentioned on irc that new val create() would only accept sendable arguments. This should also be documented.
I assume that fun val foo() would also only accept sendable arguments. I don't think this is documented either.
Probably should add further explanation of default reference capability for a type and how it differs from using a constructor with a certain receiver capability.
new ref create()should be explained.new val create()would only accept sendable arguments. This should also be documented.I assume thatfun val foo()would also only accept sendable arguments. I don't think this is documented either.