Type Alias Uint32ArrayOrUnsignedLongSequence

Source
pub(crate) type Uint32ArrayOrUnsignedLongSequence = Uint32ArrayOrUnsignedLongSequence;

Aliased Type§

pub(crate) enum Uint32ArrayOrUnsignedLongSequence {
    Uint32Array(RootedTraceableBox<TypedArray<Uint32, Box<Heap<*mut JSObject>>>>),
    UnsignedLongSequence(Vec<u32>),
}

Variants§

§

Uint32Array(RootedTraceableBox<TypedArray<Uint32, Box<Heap<*mut JSObject>>>>)

§

UnsignedLongSequence(Vec<u32>)