#include #include namespace BAN { StringView::StringView(const String& other) : StringView(other.data(), other.size()) { } }