Should we add more mutating methods to `StaticString`?

StaticString doesn't just mean "not from user input"; it means "actual compile-time literal". That's fundamentally incompatible with +-like operations until we get support for constant expressions.

3 Likes