Mojo package
collections
Implements the collections package.
Modules
-
counter
: Defines theCounter
type. -
deque
: Defines the Deque type. -
dict
: DefinesDict
, a collection that stores key-value pairs. -
inline_array
: Defines theInlineArray
type. -
inline_list
: Defines theInlineList
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?
Thank you! We'll create more content like this.
Thank you for helping us improve!