pub type VecEValue = VecEValue;Available on crate features
module and std only.Expand description
A vector of EValue.
Aliased Type§
#[repr(C)]pub struct VecEValue {
pub data: EValueRefMut,
pub len: usize,
pub cap: usize,
}Fields§
§data: EValueRefMut§len: usize§cap: usize