Able.Tag

trait Tag

Explicit tag

This type will be recognized by Any.Def.Tag, as the main way for toString conversion

Source
Tag.scala
class java.lang.Object
trait scala.Matchable
class Any

Def

def tag: String

String tag

String tag

tag substitutes toString

Source
Tag.scala