A trait for cloneable collections.
| Type parameters |
|
|---|---|
| Supertypes | |
| Known subtypes | 61 types |
Create a copy of the receiver object.
The default implementation of the clone method is platform dependent.
| Returns | a copy of the receiver object. |
|---|---|
| Note | not specified by SLS as a member of AnyRef |
| Definition Classes | Object |
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/collection/mutable/Cloneable.html