Skip to main content

Mojo trait

KVBufferConfig

Implemented traits

AnyType, UnknownDestructibility

Aliases

__del__is_trivial

alias __del__is_trivial

A flag (often compiler generated) to indicate whether the implementation of __del__ is trivial.

The implementation of __del__ is considered to be trivial if:

  • The struct has a compiler-generated trivial destructor and all its fields have a trivial __del__ method.

In practice, it means that the __del__ can be considered as no-op.

btile_dim0

alias btile_dim0

btile_dim1

alias btile_dim1

iterator_axis

alias iterator_axis

wsize

alias wsize

wtile_dim0

alias wtile_dim0

wtile_dim1

alias wtile_dim1

Required methods

get_wtile_coord

static get_wtile_coord() -> IndexList[2]

Returns:

IndexList

Was this page helpful?