Closed jeffallen closed 5 years ago
Previously, using a fixed size array as the key to a map would give an error because the key was not addressable. With this change, the new code in the test case now works as expected.
Previously, using a fixed size array as the key to a map would give an error because the key was not addressable. With this change, the new code in the test case now works as expected.