![JAR search and dependency download from the Maven repository](/logo.png)
org.scalameta.show.package.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalameta-foundation_2.11 Show documentation
Show all versions of scalameta-foundation_2.11 Show documentation
Metaprogramming and hosting APIs of scala.meta
The newest version!
package org.scalameta
import scala.language.higherKinds
package object show {
implicit class ShowOps[T](val x: T) extends AnyVal {
def show[Style[T] <: Show[T]](implicit style: Style[T]): String = style(x).toString
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy