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

basis.text.package.scala Maven / Gradle / Ivy

/*      ____              ___                                           *\
**     / __ | ___  ____  /__/___      A library of building blocks      **
**    / __  / __ |/ ___|/  / ___|                                       **
**   / /_/ / /_/ /\__ \/  /\__ \      (c) 2012 Chris Sachs              **
**  |_____/\_____\____/__/\____/      http://basis.reify.it             **
\*                                                                      */

package basis

/** Unicode® string implementations. */
package object text {
  /** Implicitly returns a new String builder. */
  implicit def StringBuilder: StringBuilder[Any] { type State = String } = new JavaStringBuilder
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy