Function js_sys::Atomics::store_bigint
source · Expand description
The static Atomics.store()
method stores a given value at the given
position in the array and returns that value.
This method is used to operate on a BigInt64Array
or a BigUint64Array
.