ConciseIntSetFormat

Format a set of ints into a concise textual description.

Format a set of ints into a concise textual description.

Example: "2, 5, 7-14, 20"

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(ints: Set[Int], sep: String, rangeSep: String): String