[#17EC85A0D814CE64BAC8E46D3C45A5883DD5BBD7]
Checks if the string begins with the given prefix
bool starts_with(core::string_view s) const noexcept;
assert( decode_view( "Program%20Files" ).starts_with("Program") );
Linear.
Throws nothing.