Mojo package
collections
Implements the collections package.
Packages
-
string: The string package provides comprehensive Unicode string handling functionality for Mojo.
Modules
-
bitset: Provides a compact, grow-only set of non-negative integers. -
counter: Defines theCountertype. -
deque: Defines the Deque type. -
dict: DefinesDict, a collection that stores key-value pairs. -
inline_array: Provides a fixed-size array implementation with compile-time size checking. -
interval: A self-balancing interval tree is a specialized binary search tree designed to efficiently store and query intervals. -
linked_list: -
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.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!