ForNeVeR/Oddities

Refactor structure-related code

ForNeVeR opened this issue · 0 comments

Currently, we have a lot of struct types that are mutable.

They all should be refactored to readonly struct, possibly readonly record struct.