## Brief feature description Implement additional APIs on StaticString to bring it (roughly) to feature-parity with `std::string`. ## Detailed information The missing APIs are: * missing append overloads * insert * erase * replace * resize * find* * starts_with * ends_with * contains * substr * add deduction guides where applicable