mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
AK: Add LogStream overload for ReadonlyBytes.
This is extremely useful for debugging.
This commit is contained in:
parent
bc48181939
commit
cd2815ed87
2 changed files with 42 additions and 0 deletions
|
@ -184,6 +184,7 @@ const LogStream& operator<<(const LogStream& stream, Span<T> span)
|
|||
}
|
||||
|
||||
const LogStream& operator<<(const LogStream&, const void*);
|
||||
const LogStream& operator<<(const LogStream&, ReadonlyBytes);
|
||||
|
||||
inline const LogStream& operator<<(const LogStream& stream, char value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue