Function js_sys::Atomics::load_bigint

source ·
pub fn load_bigint(typed_array: &JsValue, index: i64) -> Result<i64, JsValue>
Expand description

The static Atomics.load() method returns a value at a given position in the array.

This method is used to operate on a BigInt64Array or a BigUint64Array.

MDN documentation