
org.scalameter.Quantity.scala Maven / Gradle / Ivy
The newest version!
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