TheRealKaup / KTech

C++ 2D Terminal Game Engine Library
GNU General Public License v3.0
2 stars 1 forks source link

Consider `union` solution for `Texture` single value (simple) or vector (complex) situation #95

Closed TheRealKaup closed 2 weeks ago

TheRealKaup commented 2 weeks ago

Not looking to overcome and overcomplicate the non-trivial limitation of union (like by replacing std::vector with a custom dynamic array), so I'm turning down this proposal.