Skip to main content
Log in

Mojo module

list

Defines the List type.

You can import these APIs from the collections package. For example:

from collections import List
from collections import List

Structs

  • List: The List type is a dynamically-allocated list.

Was this page helpful?