BAN: add StringView::contains(char)

This commit is contained in:
Bananymous
2023-06-05 22:46:37 +03:00
parent 0b1b4d8f7e
commit 6aff459e1c
2 changed files with 9 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ namespace BAN
char back() const;
char front() const;
bool contains(char) const;
size_type count(char) const;
bool empty() const;