MAP_FROM_ARRAYS
Function
Create a map from two arrays, where the keys and values in the map correspond to the elements in the input arrays by their order. The lengths of the two arrays must be strictly identical.
Parameters
k
:array<K>
v
:array<V>
Return Value
map<K, V>