Change order of type parameters in Hash<V,K> type to Hash<K,V>
Raise CR
Analysis
Execution
Raise CR
Analysis
Execution
Description
The current order of parameters in Hash<V,K> does not reflect the order common in most programming languages these days, including Java, C#, Python and Ruby.
The current order of parameters in Hash<V,K> does not reflect the order common in most programming languages these days, including Java, C#, Python and Ruby.