std::String::slice<Char, Traits>::raw
raw
Returns a pointer to the slice’s underlying data, essential for direct access
Signature
raw(self) -> const CharT*
Specifiers
constexpr
const
noexcept
Attributes
nodiscard
raw
Returns a pointer to the slice’s underlying data, essential for direct access
raw(self) -> const CharT*
constexpr
const
noexcept
nodiscard