pub fn find_R<A: Data<Elem = T>, B: Data<Elem = T>, T: PartialEq>( hamR: &ArrayBase<A, Ix2>, R: &ArrayBase<B, Ix1> ) -> bool
用来寻找 R 在hamR 中是否存在