---
title: strides
framework: coreai
role: symbol
role_heading: Instance Property
path: coreai/ndarray/mutablerawview/strides
---

# strides

The strides of the ndArray.

## Declaration

```swift
var strides: Span<Int> { get }
```

## See Also

### Inspecting the view

- [scalarType](coreai/ndarray/mutablerawview/scalartype.md)
- [shape](coreai/ndarray/mutablerawview/shape.md)
