pub type ArrayRefEValue = ArrayRefEValue;Available on crate features
module and std only.Expand description
A specification of ArrayRef<EValue>.
Aliased Type§
#[repr(C)]pub struct ArrayRefEValue {
pub data: EValueRef,
pub len: usize,
}Fields§
§data: EValueRef§len: usize