metaconfig.pprint
package metaconfig.pprint
Members list
Type members
Classlikes
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
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
- Supertypes
-
class Objecttrait Matchableclass Any
object TPrint extends TPrintLowPri
Attributes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object BlackWhite.typeobject Colors.type
object TPrintColors
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TPrintColors.type
trait TPrintLowPri
object TPrintLowPri
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TPrintLowPri.type
In this article