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 : BitwiseCopyableConsume this raw view to create a typed view.
consuming func view<T>(as: T.Type = T.self) -> NDArray.View<T> where T : BitwiseCopyable