pub(crate) type Uint32List = Uint32List;Aliased Type§
pub(crate) enum Uint32List {
Uint32Array(RootedTraceableBox<TypedArray<Uint32, Box<Heap<*mut JSObject>>>>),
UnsignedLongSequence(Vec<u32>),
}pub(crate) type Uint32List = Uint32List;pub(crate) enum Uint32List {
Uint32Array(RootedTraceableBox<TypedArray<Uint32, Box<Heap<*mut JSObject>>>>),
UnsignedLongSequence(Vec<u32>),
}