PrettyPrintIntegers
class PrettyPrintIntegers(types: Set<KClass<out Number>>) : FeaturedMathRenderer.RenderFeature
Content copied to clipboard
Special printing for numeric types that are printed in form of '-'? DIGIT+.
Author
Iaroslav Postovalov
Constructors
Types
Functions
Link copied to clipboard
open override fun render(renderer: FeaturedMathRenderer, node: MST): MathSyntax?
Content copied to clipboard
Renders MST to MathSyntax in the context of owning renderer.