Array

A collection of elements of the same type continuous in memory.

Fully qualified path: core::array::Array

#[derive(Drop)]
pub extern type Array<T>