Helpers: remove #349
-
|
I congratulate you for this magnificent project. I am implementing your solution and I have a doubt: In the Helpers, we have set and get, but there is no remove. What do I do when we no longer need a key? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Yeah this has not been added, I will add this later. The plan is convert this into equivalent of javascript |
Beta Was this translation helpful? Give feedback.
-
|
@alfonsor Thank you for your kind words - It means a lot :). |
Beta Was this translation helpful? Give feedback.
-
|
@alfonsor implemented the map api in v - 4.7.0. now similar to javascript I will update the docs in some time. |
Beta Was this translation helpful? Give feedback.
-
|
@ujjwalguptaofficial I have already tested it and it works very well! Thank you very much for all the effort. |
Beta Was this translation helpful? Give feedback.
@alfonsor implemented the map api in v - 4.7.0.
now similar to javascript
Map, you haveget,set,deleteandhasAPI.I will update the docs in some time.