Type Alias Stack

Source
pub type Stack = Vec<Value, U32>;

Aliased Typeยง

#[repr(transparent)]
pub struct Stack();