Skip to content

[cleanup] Simplify interpolate()

Carsten Gräser requested to merge cleanup/simplify-interpolate into master

This simplifies the global interpolate() method by using TypeTree::forEachLeafNode with a callback instead of writing an explicit visitor. This is more readable and saves about 50 lines of boiler plate code.

Merge request reports