hashmaps

It gets your string array and transforms it into a hashmap.
Before using it you need to initialize your array with the size you need for your specific case since the size is not dynamic.
To use it, first you need to import it the following way:
> import marspumpkin/hashmaps/1
Then, initialize your array with the size needed for your specific case:
> hashmap = array.new_string(10000)
After that you can call:
> hashmaps.put() and hashmaps.get()
Passing in the array(hashmap), key and value.
I hope this helps you in your pinescript journey.
Biblioteca Pine
Fiel al espíritu de TradingView, el autor ha publicado este código de Pine como una biblioteca de código abierto para que otros programadores Pine de nuestra comunidad puedan reutilizarlo. ¡Enhorabuena al autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero la reutilización de este código en publicaciones se rige por las Normas internas.
Exención de responsabilidad
Biblioteca Pine
Fiel al espíritu de TradingView, el autor ha publicado este código de Pine como una biblioteca de código abierto para que otros programadores Pine de nuestra comunidad puedan reutilizarlo. ¡Enhorabuena al autor! Puede utilizar esta biblioteca de forma privada o en otras publicaciones de código abierto, pero la reutilización de este código en publicaciones se rige por las Normas internas.