std::String::basic<Char, Traits>::starts_with
starts_with
Checks if string starts with slice
Signature
starts_with(self, needle: slice) -> bool
Specifiers
const
noexcept
starts_with
Checks if string starts with slice
starts_with(self, needle: slice) -> bool
const
noexcept