pub(crate) type RootedTypedArray<T> = RootedTraceableBox<TypedArray<T, Box<Heap<*mut JSObject>>>>;Aliased Typeยง
pub(crate) struct RootedTypedArray<T>(/* private fields */);pub(crate) type RootedTypedArray<T> = RootedTraceableBox<TypedArray<T, Box<Heap<*mut JSObject>>>>;pub(crate) struct RootedTypedArray<T>(/* private fields */);