Skip to main content

Slices

A collection of Slice objects used for multi-dimensional indexing and data access operations.

Slices represents a list of Slice objects that can be used together for complex indexing operations on multi-dimensional data structures. Each Slice defines a range with start, stop, and step parameters, and multiple slices can be combined to perform sophisticated data extraction and manipulation.

See also: