Module reference

Source
Expand description

Reference to an array.

A reference is an owned struct that holds a reference to an array. It is used to pass arrays to functions without transferring ownership.

Structsยง

ArrayRef
Basic structure for a View
ArrayRefMut
Mutable array view