distillFinalSolution

fun distillFinalSolution(solutions: List<ValidatedStylePattern>): ValidatedRenderingContext

Given the specified solution set, compute the final rendering solution by overriding the solutions from left to right, i.e., later contexts override earlier context.

Return

The final solution.

Parameters

solutions

The solution set to reduce to a final solution. Must be nonempty.