atat (input: { bigInt64Array: < receiver >; index: number; prompt ?: string }): Promise < bigint >
copyWithincopyWithin (input: { bigInt64Array: < receiver >; target: number; start: number; end ?: number; prompt ?: string }): Promise < BigInt64Array >
entriesentries (input: { bigInt64Array: < receiver >; prompt ?: string }): Promise < ArrayIterator < [number, bigint] >>
everyevery (input: { bigInt64Array: < receiver >; predicate ?: ( value : bigint ; index : number ; array : BigInt64Array ) => boolean; thisArg ?: any; prompt ?: string }): Promise < boolean >
fillfill (input: { bigInt64Array: < receiver >; value: bigint; start ?: number; end ?: number; prompt ?: string }): Promise < BigInt64Array >
filterfilter (input: { bigInt64Array: < receiver >; predicate ?: ( value : bigint ; index : number ; array : BigInt64Array ) => any; thisArg ?: any; prompt ?: string }): Promise < BigInt64Array >
findfind (input: { bigInt64Array: < receiver >; predicate ?: ( value : bigint ; index : number ; array : BigInt64Array ) => boolean; thisArg ?: any; prompt ?: string }): Promise < bigint >
findIndexfindIndex (input: { bigInt64Array: < receiver >; predicate ?: ( value : bigint ; index : number ; array : BigInt64Array ) => boolean; thisArg ?: any; prompt ?: string }): Promise < number >
findLastfindLast (input: { bigInt64Array: < receiver >; predicate ?: ( value : bigint ; index : number ; array : BigInt64Array ) => boolean; thisArg ?: any; prompt ?: string }): Promise < S >
findLastIndexfindLastIndex (input: { bigInt64Array: < receiver >; predicate ?: ( value : bigint ; index : number ; array : BigInt64Array ) => unknown; thisArg ?: any; prompt ?: string }): Promise < number >
forEachforEach (input: { bigInt64Array: < receiver >; callbackfn ?: ( value : bigint ; index : number ; array : BigInt64Array ) => void ; thisArg ?: any; prompt ?: string }): Promise <void>
fromfrom (input: { arrayLike: ArrayLike < bigint > ; prompt ?: string }): Promise < BigInt64Array >
includesincludes (input: { bigInt64Array: < receiver >; searchElement: bigint; fromIndex ?: number; prompt ?: string }): Promise < boolean >
indexOfindexOf (input: { bigInt64Array: < receiver >; searchElement: bigint; fromIndex ?: number; prompt ?: string }): Promise < number >
joinjoin (input: { bigInt64Array: < receiver >; separator ?: string; prompt ?: string }): Promise < string >
keyskeys (input: { bigInt64Array: < receiver >; prompt ?: string }): Promise < ArrayIterator < number >>
lastIndexOflastIndexOf (input: { bigInt64Array: < receiver >; searchElement: bigint; fromIndex ?: number; prompt ?: string }): Promise < number >
mapmap (input: { bigInt64Array: < receiver >; callbackfn ?: ( value : bigint ; index : number ; array : BigInt64Array ) => bigint; thisArg ?: any; prompt ?: string }): Promise < BigInt64Array >
ofof (input: { items: bigint[]; prompt ?: string }): Promise < BigInt64Array >
reducereduce (input: { bigInt64Array: < receiver >; callbackfn ?: ( previousValue : bigint ; currentValue : bigint ; currentIndex : number ; array : BigInt64Array ) => bigint; prompt ?: string }): Promise < bigint >
reduceRightreduceRight (input: { bigInt64Array: < receiver >; callbackfn ?: ( previousValue : bigint ; currentValue : bigint ; currentIndex : number ; array : BigInt64Array ) => bigint; prompt ?: string }): Promise < bigint >
reversereverse (input: { bigInt64Array: < receiver >; prompt ?: string }): Promise < BigInt64Array >
setset (input: { bigInt64Array: < receiver >; array: ArrayLike < bigint > ; offset ?: number; prompt ?: string }): Promise <void>
sliceslice (input: { bigInt64Array: < receiver >; start ?: number; end ?: number; prompt ?: string }): Promise < BigInt64Array >
somesome (input: { bigInt64Array: < receiver >; predicate ?: ( value : bigint ; index : number ; array : BigInt64Array ) => boolean; thisArg ?: any; prompt ?: string }): Promise < boolean >
sortsort (input: { bigInt64Array: < receiver >; compareFn ?: ( a : bigint ; b : bigint ) => number | bigint; prompt ?: string }): Promise < BigInt64Array >
subarraysubarray (input: { bigInt64Array: < receiver >; begin ?: number; end ?: number; prompt ?: string }): Promise < BigInt64Array >
toReversedtoReversed (input: { bigInt64Array: < receiver >; prompt ?: string }): Promise < BigInt64Array >
toSortedtoSorted (input: { bigInt64Array: < receiver >; compareFn ?: ( a : bigint ; b : bigint ) => number; prompt ?: string }): Promise < BigInt64Array >
valuesvalues (input: { bigInt64Array: < receiver >; prompt ?: string }): Promise < ArrayIterator < bigint >>
withwith ( input : { bigInt64Array : < receiver >; index : number ; value : bigint ; prompt ?: string }) : Promise < BigInt64Array >