I’m starting to use IntList in a project, not absolutely comfortable with everything yet…
I’m seeing in the documentation that I can add several int at once with myList.append(values) or myList.append(list) but each time i’m trying to add something more than a single integer, i’m getting this error:
the function "append()" expects parameters like: "append(int)"
Finally i get the difference between [] and … . I looked some Time ago for Hours, only to get told that they are both the Same… had to work with hashmaps in an old project to get that functionality…