Skip to main content

ArrayClone

Type Alias ArrayClone 

Source
pub type ArrayClone = GenericArrayClone<Array>;
Expand description

The array clone operation.

Aliased Type§

pub struct ArrayClone {
    pub elem_ty: TypeBase<NoRV>,
    pub size: u64,
    /* private fields */
}

Fields§

§elem_ty: TypeBase<NoRV>

The element type of the array.

§size: u64

Size of the array.