StringList.addFirst Method¶
Module: StringList
Definition¶
Inserts a new string at the beginning of the list, shifting existing elements one position towards the end.
This method is particularly useful for cases where the order of elements is significant, and new entries must be prioritized.
void addFirst(String? value)
Parameters
value Stringin The string to be inserted at the start of the list
Exceptions
An error has occurred during Devices Library execution.