![JAR search and dependency download from the Maven repository](/logo.png)
org.scalameter.Quantity.scala Maven / Gradle / Ivy
package org.scalameter
case class Quantity[V](value: V, units: String) {
override def toString: String = s"$value $units"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.scalameter
case class Quantity[V](value: V, units: String) {
override def toString: String = s"$value $units"
}