pub type Array<'bs, V, BS> = Amt<V, &'bs BS>;
Array type used within actors. The underlying type is an AMT.
pub struct Array<'bs, V, BS> { /* private fields */ }