Max Wipfli
3bdaed501e
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
...
This removes StringView::find_first_of(char) and find_last_of(char) and
replaces all its usages with find and find_last respectively. This is
because those two methods are functionally equivalent.
find_{first,last}_of should only be used if searching for multiple
different characters, which is never the case with the char argument.
This also adds the [[nodiscard]] to the remaining find_{first,last}_of
methods.
2021-07-02 21:54:21 +02:00
..
2021-06-29 10:03:53 +02:00
2021-06-28 22:29:39 +02:00
2021-05-09 00:11:37 +02:00
2021-04-22 11:22:27 +02:00
2021-06-20 14:57:26 +02:00
2021-06-20 14:57:26 +02:00
2021-06-27 19:38:11 +02:00
2021-06-27 19:38:11 +02:00
2021-06-27 19:38:11 +02:00
2021-07-02 16:47:14 +02:00
2021-06-29 10:03:53 +02:00
2021-07-02 21:54:21 +02:00
2021-06-21 16:52:29 +02:00
2021-06-18 17:40:05 +02:00
2021-06-20 14:57:26 +02:00
2021-04-22 11:22:27 +02:00
2021-06-18 17:40:05 +02:00
2021-06-27 09:46:27 +02:00
2021-07-02 13:12:29 +02:00
2021-06-28 17:02:37 +02:00
2021-06-08 19:14:24 +02:00
2021-06-08 19:14:24 +02:00
2021-04-22 11:22:27 +02:00
2021-05-09 15:47:21 +02:00
2021-06-28 17:02:37 +02:00
2021-06-08 19:14:24 +02:00
2021-06-25 20:38:13 +02:00
2021-06-25 20:38:13 +02:00
2021-06-27 09:37:07 +02:00
2021-06-27 09:37:07 +02:00
2021-06-27 09:46:27 +02:00
2021-06-27 09:46:27 +02:00
2021-06-20 14:57:26 +02:00
2021-06-27 09:46:27 +02:00
2021-06-27 09:46:27 +02:00
2021-06-28 22:29:39 +02:00
2021-06-27 22:35:12 +02:00
2021-06-20 14:57:26 +02:00
2021-06-28 17:02:37 +02:00
2021-06-25 20:38:13 +02:00
2021-06-28 16:40:04 +02:00
2021-06-28 16:29:02 +02:00
2021-06-28 16:29:02 +02:00
2021-05-10 12:26:35 +02:00
2021-06-27 19:38:11 +02:00
2021-06-18 17:40:05 +02:00
2021-06-18 17:40:05 +02:00
2021-06-20 14:57:26 +02:00
2021-04-22 11:22:27 +02:00
2021-06-03 08:27:57 +02:00
2021-06-20 14:57:26 +02:00
2021-05-03 21:14:40 +02:00