Skip to main content
Log in

Mojo package

collections

Implements the collections package.

Modules

  • counter: Defines the Counter type.
  • dict: Defines Dict, a collection that stores key-value pairs.
  • inline_array: Defines the InlineArray type.
  • inline_list: Defines the InlineList type.
  • list: Defines the List type.
  • optional: Defines Optional, a type modeling a value which may or may not be present.
  • set: Implements the Set datatype.
  • string: Implements basic object methods for working with strings.
  • vector: Defines InlinedFixedVector.

Was this page helpful?