Files
ladybird/AK/StringUtils.cpp
Shannon Booth e47cdc6b63 AK: Remove public null state from StringView
Now that there are no callers of is_null left, Make default constructed
StringViews represent the empty string and disallow null pointers in the
public constructors, matching ByteString and String.

Keep a private null sentinel only for Optional<StringView>.
2026-03-31 13:48:50 +01:00

14 KiB