pub type HeapInt8Array = TypedArray<Int8, Box<Heap<*mut JSObject>>>;Aliased Type§
pub struct HeapInt8Array {
object: Box<Heap<*mut JSObject>>,
computed: Cell<ArrayData<i8>>,
}Fields§
§object: Box<Heap<*mut JSObject>>§computed: Cell<ArrayData<i8>>