Skip to main content

starts_with

Function starts_with 

Source
fn starts_with(bytes: &[u8], i: usize, needle: &[u8]) -> bool
Expand description

Check if bytes[i..] starts with needle.