method Uint8Vector.prototype.copyWithinimport { Uint8Vector } from "https://deno.land/x/typed_numeric@0.5.0/mod.ts"; copyWithin(target: number,start?: number,end?: number,): Uint8VectorParameterstarget: numberoptionalstart: number = [UNSUPPORTED]optionalend: number = [UNSUPPORTED]ReturnsUint8Vector