Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
* list.size() — This function returns the current size of the list, that is, the number of items currently in the list. The only valid positions in the list are numbers in the range 0 to list.size()-1 ...