Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

Make `FunctionInfo` immutable

Open ForNeVeR opened this issue 1 year ago • 0 comments

The current form of Cesium.CodeGen.Contexts.Meta.FunctionInfo is confusing: it is an immutable record struct, but with several mutable fields.

Let's make it fully immutable.

While we are at it, remove TODO[#489] from the code.

ForNeVeR avatar Nov 23 '23 22:11 ForNeVeR