metaconfig.pprint.TPrint
See theTPrint companion object
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
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article