package pprint
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait TPrint[T] extends AnyRef
Summoning an implicit
TPrint[T]provides a pretty-printed string representation of the typeT, much better than is provided by the defaultType#toString.Summoning an implicit
TPrint[T]provides a pretty-printed string representation of the typeT, much better than is provided by the defaultType#toString. In particular- More forms are properly supported and printed
- Prefixed Types are printed un-qualified, according to what's currently in scope
- case class TPrintColors(typeColor: Attrs) extends Product with Serializable
- trait TPrintLowPri extends AnyRef
Value Members
- object TPrint extends TPrintLowPri
- object TPrintColors extends Serializable
- object TPrintLowPri