of

fun of(varFormat: TermFormatter.VarFormat, opFormat: TermFormatter.OpFormat, funcFormat: TermFormatter.FuncFormat = QUOTED_IF_NECESSARY, numberVars: Boolean = false, operators: OperatorSet = OperatorSet.DEFAULT, tagsOptions: TermFormatter.TagsFormattingOptions = TagsFormattingOptions()): TermFormatter

Builds a TermFormatter out of an explicit combination of VarFormat, OpFormat, and FuncFormat. The other, more specific factories in this companion (canonical, default, readable, prettyVariables, prettyExpressions) are shorthands for common combinations.