Added to the document about why it is 'unsafe'. by magnolia-k · Pull Request #8118 · scala/scala

In Scala 2.13 or later, it is recommended to use the ArraySeq.unsafeWrapArray method explicitly to convert an Array to Seq without copying the elements. However, even though the method name is give...