litter
litter copied to clipboard
Include type name in aliased primitives
Example:
type BooleanLiteral = bool
...
litter.Dump(BooleanLiteral(true))
Prints true
, instead of BooleanLiteral(true)
.