Mojo module
dimlist
Provides utilities for working with static and variadic lists.
You can import these APIs from the buffer
package. For example:
from buffer import Dim
Structsโ
- โ
Dim
: A static or dynamic dimension modeled with an optional integer. - โ
DimList
: This type represents a list of dimensions. Each dimension may have a static value or not have a value, which represents a dynamic dimension.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!