Type Alias fil_actors_shared::v8::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§

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