Array

Type Alias Array 

Source
pub type Array<'bs, V, BS> = Amt<V, &'bs BS>;
Expand description

Array type used within actors. The underlying type is an AMT.

Aliased Typeยง

pub struct Array<'bs, V, BS> { /* private fields */ }