Module array

Module array 

Source
Expand description

Array

Traitsยง

AppendCopy
Collections that support extending themselves mutably from copyable slices
Array
An ordered indexable collection of some type Item
Filled
Fill this collection to the end with copies of t, copying array initialization [0u8; 1000] to the Array trait.
GetSize
Get the runtime size of some data structure
Reserve
Create a data structure and reserve some amount of space for it to grow into
Trunc
Truncate this collection to a new length.