Type Alias amplify::confinement::MediumVec

source ·
pub type MediumVec<T> = Confined<Vec<T>, ZERO, U24>;
Expand description

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

Aliased Type§

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