fromTuples method
Creates a new AnyValueMap from a list of key-value pairs called tuples.
tuples
a list of values where odd elements are keys and the following even elements are values Returns a newly created AnyValueArray.
See fromTuplesArray
Creates a new AnyValueMap from a list of key-value pairs called tuples.
tuples
a list of values where odd elements are keys and the following even elements are values
Returns a newly created AnyValueArray.See fromTuplesArray