Function js_sys::Reflect::get_f64

source ·
pub fn get_f64(target: &JsValue, key: f64) -> Result<JsValue, JsValue>
Expand description

The same as get except the key is an f64, which is slightly faster.