You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Later in the code I finish up with a map mapping: Map[Id, ExternalId]. But when I need to collect it's keys/values to an array I get compilation errors:
Hello π
I have a very simple case and I couldn't find documentation on how to deal with this π€·ββοΈ
I've declared a new type like this:
Later in the code I finish up with a map
mapping: Map[Id, ExternalId]
. But when I need to collect it's keys/values to an array I get compilation errors:Error:
How is this supposed to be handled. Are newtypes incompatible with arrays because of generics?
The text was updated successfully, but these errors were encountered: