Skip to main content

module

inline_list

Defines the InlineList type.

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

from collections import InlineList

Structs

  • InlineList: A list allocated on the stack with a maximum size known at compile time.

Was this page helpful?