IndexBoundKind
type IndexBoundKind int32
IndexBoundKind mirrors the C ABI's `clika_rt_index_bound_kind` values.
Constructors and associated declarations
IndexBoundAbsent, IndexBoundInt, IndexBoundTensor
const (
IndexBoundAbsent IndexBoundKind = 0
IndexBoundInt IndexBoundKind = 1
IndexBoundTensor IndexBoundKind = 2
)