Add Enum as supported Dictionary Key

Issue #110 resolved
Former user created an issue

How hard, if possible, would it be to add enums as keys to dictionaries.

Is there a way to add support for additional key types to a dictionary ourselves?

Comments (2)

  1. Tor Esa Vestergaard
    • changed status to open

    We're going to be adding enum and Guid support to dictionaries starting next patch. We may also manage to add in support for adding your own custom code for supporting arbitrary key types for dictionaries in the same patch, but we're not certain about that as it's a bit more work and we need to test it thoroughly to make sure it's reliable and workable.

  2. Tor Esa Vestergaard

    Enum keys have now been added, and will make it into the next patch. We still haven't added the ability to support arbitrary key types - it's looking like that will be a bit further on.

  3. Log in to comment