Type Alias koto_runtime::ValueVec

source ·
pub type ValueVec = SmallVec<[KValue; 4]>;
Expand description

The underlying Vec type used by KList

Aliased Type§

struct ValueVec { /* private fields */ }