BAN: add StringView::contains(char)

This commit is contained in:
Bananymous
2023-06-05 22:46:37 +03:00
parent c6b5cc1e07
commit 290b81dedc
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;