Packages

p

metaconfig

pprint

package pprint

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait TPrint[T] extends AnyRef

    Summoning an implicit TPrint[T] provides a pretty-printed string representation of the type T, much better than is provided by the default Type#toString.

    Summoning an implicit TPrint[T] provides a pretty-printed string representation of the type T, much better than is provided by the default Type#toString. In particular

    - More forms are properly supported and printed - Prefixed Types are printed un-qualified, according to what's currently in scope

  2. case class TPrintColors(typeColor: Attrs) extends Product with Serializable
  3. trait TPrintLowPri extends AnyRef

Value Members

  1. object TPrint extends TPrintLowPri
  2. object TPrintColors extends Serializable
  3. object TPrintLowPri

Ungrouped