Fixed enum regression after 0.7.0 enum change.

This commit is contained in:
Christoffer Lerno
2025-04-29 11:53:32 +02:00
parent 5ba24e05d0
commit 3636898ac0
9 changed files with 196 additions and 58 deletions

View File

@@ -3,6 +3,7 @@
*>
module std::collections::enummap{Enum, ValueType};
import std::io;
struct EnumMap (Printable)
{
ValueType[Enum.len] values;