std::String::slice<Char, Traits>::ends_with
ends_with
Checks if slice ends with needle
Signature
ends_with(self, needle: slice&) -> boolSpecifiers
const
ends_withChecks if slice ends with needle
ends_with(self, needle: slice&) -> boolconst