All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.slozzer.babel.printf.scala Maven / Gradle / Ivy

The newest version!
package net.slozzer.babel

object printf {
  implicit val formatterPrintf: Formatter = new Formatter {
    override def format(raw: String, arguments: Seq[Any]): String = raw.format(arguments: _*)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy