If b = a, when do changes in a affect b?

This is a case of using a non constant global variable, which should be avoided in performance critical code.

2 Likes

Right, makes sense. I guess I was expecting having a variable referencing a type would not get impacted, although I didn’t really think it through.

1 Like