mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:57:35 +00:00
Revert "Revert "AK: Always inline FlyString::view()""
This reverts commit f09216ac42
.
This was supposed to be a local test only, didn't mean to push it. :^)
This commit is contained in:
parent
887852f36d
commit
0a7e91329f
3 changed files with 2 additions and 7 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
const char* characters() const { return &m_inline_buffer[0]; }
|
||||
|
||||
ALWAYS_INLINE ReadonlyBytes bytes() const { return { characters(), length() }; }
|
||||
ALWAYS_INLINE StringView view() const { return { characters(), length() }; }
|
||||
|
||||
const char& operator[](size_t i) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue