class Vec extends AbstractArray<T>import { Vec } from "https://dotland.deno.dev/x/polkadot@0.2.38/types-codec/base/index.ts"; ConstructorsnewVec(registry: Registry,Type: CodecClass<T> | string,value?: Uint8Array | HexString | unknown[],unnamed 3?: DefinitionSetter<CodecClass<T>>,)Type ParametersT extends CodecPropertiesreadonlyType: stringMethodsindexOf(other?: unknown): numbertoRawType(): stringStatic Methodswith<O extends Codec>(Type: CodecClass<O> | string): CodecClass<Vec<O>>