Provides simple array features to the Map data structure
npm install @jcsj/arraymapSince the Map data structure maintains the order of when key-value pairs were added, it should also be capable of identifying the key-value pair at the nth position and vice versa.