Contents

view(as:)

Consume this raw view to create a typed view.

Declaration

consuming func view<T>(as: T.Type = T.self) -> NDArray.View<T> where T : BitwiseCopyable

Discussion