Contents

ndArray

Consume this value to access the underlying NDArray once any pending write is complete.

Declaration

var ndArray: NDArray? { get async throws }

Return Value

The underlying ndArray or nil if this was not an ndArray value.

Discussion