Skip to content

Remove const from Dict and Array geters

Feels weird saying the Dict is const when we're returning an Object that could be a Array and that though the Object methods we can modify.

Since Arrays are not really copied on Object::copy modifying the returned Array would be modifying the internal Array too.

Merge request reports