Replies: 2 comments 1 reply
-
|
Hello, thank you very much for your feedback. This is a really good idea. At the moment there is the possibility only via a for loop in which |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have created a release (2.1.0) that includes this feature. In 24 hours at the latest the new version should be published in the Arduino IDE. Thanks again for your contribution. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, very nice and useful library for Arduino.
It will be great to add a method to the AbstractList class to empty or clear a List, something like this: ".clear(void)".
Currently the only way I see to empty the entire list is to use ".remove(index)" inside a loop for all the items in the list.
If there is currently another way to do it, please let me know.
Have a nice day.
Beta Was this translation helpful? Give feedback.
All reactions