pub type ArrayRef = Arc<dyn Array>;
A reference-counted reference to a generic Array
Array
struct ArrayRef { /* private fields */ }