Skip to main content

Mojo trait

OptionallyStaticInt

Implemented traits

AnyType, Intable, UnknownDestructibility

Aliases

static_value

alias static_value

Methods

as_uint32

as_uint32(self: _Self) -> SIMD[uint32, 1]

__int__

__int__(self: _Self) -> Int

Get the integral representation of the value.

Returns:

The integral representation of the value.

Was this page helpful?