Skip to content

BigInt64Array

31 wrappers generated from BigInt64Array and BigInt64Array.prototype. Every entry takes a single object literal whose keys mirror the original parameter names, plus an optional prompt: string for the LLM path.

MethodFirst signature
at
at(input: { bigInt64Array: <receiver>; index: number; prompt?: string }): Promise<bigint>
copyWithin
copyWithin(input: { bigInt64Array: <receiver>; target: number; start: number; end?: number; prompt?: string }): Promise<BigInt64Array>
entries
entries(input: { bigInt64Array: <receiver>; prompt?: string }): Promise<ArrayIterator<[number, bigint]>>
every
every(input: { bigInt64Array: <receiver>; predicate?: (value: bigint; index: number; array: BigInt64Array) => boolean; thisArg?: any; prompt?: string }): Promise<boolean>
fill
fill(input: { bigInt64Array: <receiver>; value: bigint; start?: number; end?: number; prompt?: string }): Promise<BigInt64Array>
filter
filter(input: { bigInt64Array: <receiver>; predicate?: (value: bigint; index: number; array: BigInt64Array) => any; thisArg?: any; prompt?: string }): Promise<BigInt64Array>
find
find(input: { bigInt64Array: <receiver>; predicate?: (value: bigint; index: number; array: BigInt64Array) => boolean; thisArg?: any; prompt?: string }): Promise<bigint>
findIndex
findIndex(input: { bigInt64Array: <receiver>; predicate?: (value: bigint; index: number; array: BigInt64Array) => boolean; thisArg?: any; prompt?: string }): Promise<number>
findLast
findLast(input: { bigInt64Array: <receiver>; predicate?: (value: bigint; index: number; array: BigInt64Array) => boolean; thisArg?: any; prompt?: string }): Promise<S>
findLastIndex
findLastIndex(input: { bigInt64Array: <receiver>; predicate?: (value: bigint; index: number; array: BigInt64Array) => unknown; thisArg?: any; prompt?: string }): Promise<number>
forEach
forEach(input: { bigInt64Array: <receiver>; callbackfn?: (value: bigint; index: number; array: BigInt64Array) => void; thisArg?: any; prompt?: string }): Promise<void>
from
from(input: { arrayLike: ArrayLike<bigint>; prompt?: string }): Promise<BigInt64Array>
includes
includes(input: { bigInt64Array: <receiver>; searchElement: bigint; fromIndex?: number; prompt?: string }): Promise<boolean>
indexOf
indexOf(input: { bigInt64Array: <receiver>; searchElement: bigint; fromIndex?: number; prompt?: string }): Promise<number>
join
join(input: { bigInt64Array: <receiver>; separator?: string; prompt?: string }): Promise<string>
keys
keys(input: { bigInt64Array: <receiver>; prompt?: string }): Promise<ArrayIterator<number>>
lastIndexOf
lastIndexOf(input: { bigInt64Array: <receiver>; searchElement: bigint; fromIndex?: number; prompt?: string }): Promise<number>
map
map(input: { bigInt64Array: <receiver>; callbackfn?: (value: bigint; index: number; array: BigInt64Array) => bigint; thisArg?: any; prompt?: string }): Promise<BigInt64Array>
of
of(input: { items: bigint[]; prompt?: string }): Promise<BigInt64Array>
reduce
reduce(input: { bigInt64Array: <receiver>; callbackfn?: (previousValue: bigint; currentValue: bigint; currentIndex: number; array: BigInt64Array) => bigint; prompt?: string }): Promise<bigint>
reduceRight
reduceRight(input: { bigInt64Array: <receiver>; callbackfn?: (previousValue: bigint; currentValue: bigint; currentIndex: number; array: BigInt64Array) => bigint; prompt?: string }): Promise<bigint>
reverse
reverse(input: { bigInt64Array: <receiver>; prompt?: string }): Promise<BigInt64Array>
set
set(input: { bigInt64Array: <receiver>; array: ArrayLike<bigint>; offset?: number; prompt?: string }): Promise<void>
slice
slice(input: { bigInt64Array: <receiver>; start?: number; end?: number; prompt?: string }): Promise<BigInt64Array>
some
some(input: { bigInt64Array: <receiver>; predicate?: (value: bigint; index: number; array: BigInt64Array) => boolean; thisArg?: any; prompt?: string }): Promise<boolean>
sort
sort(input: { bigInt64Array: <receiver>; compareFn?: (a: bigint; b: bigint) => number | bigint; prompt?: string }): Promise<BigInt64Array>
subarray
subarray(input: { bigInt64Array: <receiver>; begin?: number; end?: number; prompt?: string }): Promise<BigInt64Array>
toReversed
toReversed(input: { bigInt64Array: <receiver>; prompt?: string }): Promise<BigInt64Array>
toSorted
toSorted(input: { bigInt64Array: <receiver>; compareFn?: (a: bigint; b: bigint) => number; prompt?: string }): Promise<BigInt64Array>
values
values(input: { bigInt64Array: <receiver>; prompt?: string }): Promise<ArrayIterator<bigint>>
with
with(input: { bigInt64Array: <receiver>; index: number; value: bigint; prompt?: string }): Promise<BigInt64Array>