Function array_object_from_rc

Source
pub fn array_object_from_rc<T>(data: Rc<[T]>) -> Object<[T]>