[][src]Function mih_rs::ls::range_search_with_buf

pub fn range_search_with_buf(
    codes: &[u64],
    qcode: u64,
    radius: usize,
    answers: &mut Vec<usize>
)

Finds the neighbors in codes, whose Hamming distances to qcode are within radius. The ids of the neighbor codes are stored in answers.