Struct pyo3::types::PySliceIndices [−][src]
pub struct PySliceIndices {
pub start: isize,
pub stop: isize,
pub step: isize,
pub slicelength: isize,
}
Expand description
Represents Python slice
indices.
Fields
start: isize
stop: isize
step: isize
slicelength: isize