method BTreeSet.withimport { BTreeSet } from "https://deno.land/x/polkadot@0.2.29/types-codec/bundle.ts"; with<V extends Codec>(valType: CodecClass<V> | string): CodecClass<BTreeSet<V>>Type ParametersV extends CodecParametersvalType: CodecClass<V> | stringReturnsCodecClass<BTreeSet<V>>