Skip to main content

Accessing Items

Length of List

Returns the number of items in the list.

Is Empty?

Checks if the list has no items.

Find Item

Finds the position of an item in the list.

  • Returns 0 if not found.