Skip to main content

IndexSlice

A start:stop:step slice of IndexBound values.

__init__

__init____init__(self) -> None

init(self) -> None init(self, start: clika_runtime.IndexBound, stop: clika_runtime.IndexBound, step: clika_runtime.IndexBound = IndexBound(...)) -> None