– The Array of values must be the same length as the Array of keys.
– Each index in the Array of values must correspond to the same index in the Array of keys.
This confused me, can you point me to part of code where I can examine this logic? Thanks!