---
title: interleaveLayout
framework: coreai
role: symbol
role_heading: Instance Property
path: coreai/ndarray/interleavelayout-swift.property
---

# interleaveLayout

Returns the interleaved layout of this ndArray, or nil if there is no interleave.

## Declaration

```swift
var interleaveLayout: NDArray.InterleaveLayout? { get }
```

## Discussion

Discussion See NDArray.InterleaveLayout for full documentation.
