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ยง
- Array
Ref - Basic structure for a
View
- Array
RefMut - Mutable array view