pub fn memrchr(x: u8, text: &[u8]) -> Option<usize> ⓘ
slice_internals
Returns the last index matching the byte x in text.
x
text