Augments a standard array with a Proxy-based lookup delegate. Allows index/enumerable array methods to function natively (e.g., map, filter, length), while redirecting non-numeric string keys to a custom finder function to lookup items.
The augmented array with record-like string indexing
Augments a standard array with a Proxy-based lookup delegate. Allows index/enumerable array methods to function natively (e.g., map, filter, length), while redirecting non-numeric string keys to a custom finder function to lookup items.
The augmented array with record-like string indexing
Augments a standard array with a Proxy-based lookup delegate. Allows index/enumerable array methods to function natively (e.g., map, filter, length), while redirecting non-numeric string keys to a custom finder function to lookup items.