visualizeStaticCondition

Format a static condition as a tree-like structure, marking failed and bypassed expressions.

const(char)*
visualizeStaticCondition

Parameters

original

original expression

instantiated

instantiated expression

negatives
Type: Expression[]

array with negative clauses from instantiated expression

full
Type: bool

controls whether it shows the full output or only failed parts

itemCount
Type: uint

returns the number of written clauses

Return Value

Type: const(char)*

formatted string or null if the expressions were null, or if the instantiated expression is not based on the original one

Meta