Function chiter::search [] [src]

pub fn search(
    pattern: &[u8],
    from: usize,
    to: usize,
    wildcard: u8
) -> Result<Vec<usize>, SearchError>

Searches for a pattern and returns all occurrences.

Read search_first for further information.

Take note that the last occurrence is at the top of the vector.