devela::_dep::js_sys::Reflect

Function get_f64

Source
pub fn get_f64(target: &JsValue, key: f64) -> Result<JsValue, JsValue> 
Available on crate feature dep_js_sys only.
Expand description

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