Scala Mutable SortedSet mkString() method
In Scala mutable collections, mkString() method is utilized to display all elements of the SortedSet in a string. Method Definition: def mkString: String Return Type: It returns a string containing all the element of the SortedSet. Example #1: // Scala program of mkString() // method import scala.co