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

spire.syntax.std.package.scala Maven / Gradle / Ivy

The newest version!
package spire
package syntax

package object std {
  object int extends IntSyntax
  object long extends LongSyntax
  object double extends DoubleSyntax
  object bigInt extends BigIntSyntax

  object array extends ArraySyntax
  object seq extends SeqSyntax
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy