in code/include/swoc/TextView.h [1129:1130]
inline constexpr TextView::TextView(const char *ptr, ssize_t n) noexcept : super_type(ptr, n < 0 ? (ptr ? ::strlen(ptr) : 0) : size_t(n)) {}