Yurii Block
Results
1
comments of
Yurii Block
Or change to this: ```cpp template bool starts_with( const value_type (&str)[LITLEN] ) const noexcept { size_type str_len = str[LITLEN-1] ? LITLEN : LITLEN-1; const_iterator it = cbegin(), end = cend();...