[−][src]Function js_sys::Reflect::set_u32
pub fn set_u32(
target: &JsValue,
property_key: u32,
value: &JsValue
) -> Result<bool, JsValue>
The same as set
except the key is a u32
, which is slightly faster.
pub fn set_u32(
target: &JsValue,
property_key: u32,
value: &JsValue
) -> Result<bool, JsValue>
The same as set
except the key is a u32
, which is slightly faster.