Change order of type parameters in Hash<V,K> type to Hash<K,V>
Raise CR
Analysis
Execution
Raise CR
Analysis
Execution
Description
Activity
Show:
Done
Details
Details
Created April 13, 2016 at 2:37 PM
Updated December 20, 2017 at 2:41 AM
Resolved December 5, 2017 at 5:29 PM
The order of type parameters in Hash<V,K> does not reflect the order of types in current programming languages; it should be changed to Hash<K,V> to align better.