acts-project / algebra-plugins

Mozilla Public License 2.0
3 stars 10 forks source link

`actor` member functions marked as `const` #93

Closed wermos closed 1 year ago

wermos commented 1 year ago

I marked the all the actor member functions as const to improve const-correctness. They can all be marked as const because none of them change the internal state of the actor struct.