Closed SamVanheer closed 2 years ago
Vector and Vector2D are in need of an overhaul to ensure as much as possible of both types are constexpr-capable, and their code can be simplified a bit.
Vector
Vector2D
Methods returning data should be marked with [[nodiscard]].
[[nodiscard]]
Vector
andVector2D
are in need of an overhaul to ensure as much as possible of both types are constexpr-capable, and their code can be simplified a bit.Methods returning data should be marked with
[[nodiscard]]
.