find_first_not_of
Finds first character not in needle
Signature
find_first_not_of(self, needle: slice&) -> usize?
Specifiers
const
find_first_not_ofFinds first character not in needle
find_first_not_of(self, needle: slice&) -> usize?
const