Closed pablisco closed 2 years ago
For the Mutable Copy function, we can also replace mutable versions of a type if we can figure it out. For instance, a List could be replaced inside a Mutable Instance as a MutableList. Same with Maps and friends.
List
MutableList
Maps
For the Mutable Copy function, we can also replace mutable versions of a type if we can figure it out. For instance, a
List
could be replaced inside a Mutable Instance as aMutableList
. Same withMaps
and friends.