i.e. allow mapping fields to 1, 2, 3 or Enum1 Enum2 Enum3. The way field mappings work is not generic though.
Strings already work as a universal key representation especially at compile time, but it might lower performance to convert data to strings at runtime.
i.e. allow mapping fields to 1, 2, 3 or Enum1 Enum2 Enum3. The way field mappings work is not generic though.
Strings already work as a universal key representation especially at compile time, but it might lower performance to convert data to strings at runtime.