devela::_dep::web_sys::js_sys::Atomics

Function store_bigint

Source
pub fn store_bigint(
    typed_array: &JsValue,
    index: u32,
    value: i64,
) -> Result<i64, JsValue> 
Available on crate feature dep_web_sys only.
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.

MDN documentation