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

poly.util.package.scala Maven / Gradle / Ivy

The newest version!
package poly

/**
 * Poly-util includes essential additions to the Scala Standard Library.
 * This includes:
 *
 *  * `poly.util.fastloop`: Macro-exploiting utilities for rewriting a for-loop
 *  * `poly.util.formatter`: Extra formatters for Ints/Reals
 *  * `poly.util.io`: Simplified I/O interface
 *  * `poly.util.stringmatch`: Enables elegant string matching in a pattern matching statement
 *  * `poly.util.time`: DSL & operators for `java.time`
 *  * `poly.util.typeclass`: Essential typeclass abstractions for `toString` and `clone`
 *
 * @author Tongfei Chen ([email protected]).
 */
package object util




© 2015 - 2024 Weber Informatics LLC | Privacy Policy