[][src]Function js_ffi::to_typed_array

pub fn to_typed_array<T>(ptr: JSValue) -> Vec<T> where
    T: Copy