Contents

NDArray.View

An immutable non-owning view over the contents of a NDArray.

Declaration

struct View<Element> where Element : BitwiseCopyable

Mentioned in

Topics

Creating a view

Inspecting the view

Accessing elements

Accessing memory

Slicing the view

Converting to a raw view

See Also

Accessing views