Replace Record<K,V> with Object<K,v>
Both are functionally equivalent in this code, but we're using `Object<K,V>` elsewhere, so prefer that for consistency.
Showing
Please register or sign in to comment
Both are functionally equivalent in this code, but we're using `Object<K,V>` elsewhere, so prefer that for consistency.