RootedTypedArray

Type Alias RootedTypedArray 

Source
pub(crate) type RootedTypedArray<T> = RootedTraceableBox<TypedArray<T, Box<Heap<*mut JSObject>>>>;

Aliased Typeยง

pub(crate) struct RootedTypedArray<T>(/* private fields */);