I have a class method that takes `string_view` parameters. It works fine with bytes and strings, but not with bytearray. How can I make it work?