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
Good to mention also that this allows for builder inference to be used here, while persistentXOf().mutate requires specifying type arguments explicitly (for now, although I think the compiler team wants to extend type inference to work for this too)
Uh oh!
There was an error while loading. Please reload this page.
Add
buildPersistentList { }
,buildPersistentMap { }
,buildPersistentSet { }
to match the collection builders in kotlin stdlibI would imagine it would look something like this:
The text was updated successfully, but these errors were encountered: