import { Float16Array } from "https://deno.land/x/float16@v3.7.0/src/index.mjs";
Methods
at(index)
copyWithin()
target,
start,
...opts,
entries()
limitation: returns a object whose prototype is not %ArrayIteratorPrototype%
every(callback, ...opts)
fill(value, ...opts)
filter(callback, ...opts)
find(callback, ...opts)
findIndex(callback, ...opts)
findLast(callback, ...opts)
findLastIndex(callback, ...opts)
forEach(callback, ...opts)
includes(element, ...opts)
indexOf(element, ...opts)
join(separator)
keys()
lastIndexOf(element, ...opts)
map(callback, ...opts)
reduce(callback, ...opts)
reduceRight(callback, ...opts)
reverse()
set(input, ...opts)
slice(start, end)
some(callback, ...opts)
sort(compareFn)
subarray(begin, end)
toLocaleString(...opts)
toSorted(compareFn)
values()
limitation: returns a object whose prototype is not %ArrayIteratorPrototype%
with(index, value)