Type Definition js::typedarray::Float64Array [] [src]

type Float64Array<'a> = TypedArray<'a, Float64>;

The Float64Array type.