Create a new table from an InputRange.
If the element type of the range is Tuple!(T, U),
then each element makes up a key-value pair, where
T is the key and U is the value of the pair.
For any other element type T, a table with sequential numeric
keys is created (an array).
Create a new table from an InputRange. If the element type of the range is Tuple!(T, U), then each element makes up a key-value pair, where T is the key and U is the value of the pair. For any other element type T, a table with sequential numeric keys is created (an array).