Skip to main content
Log in

Mojo function

static

static[d: Int]() -> ValueOrUnknown[d]

Creates a static dimension with compile-time value.

Parameters:

  • d (Int): The compile-time dimension value to use.

Returns:

ValueOrUnknown[d] - A static dimension with the given value.