[][src]Function js_sys::Reflect::get_f64

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

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