Type Alias amplify::confinement::LargeVec

source ·
pub type LargeVec<T> = Confined<Vec<T>, ZERO, U32>;
Expand description

Vec with maximum 2^32-1 items of type T.

Aliased Type§

struct LargeVec<T>(/* private fields */);