You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially I stuck with just passing around "const char*", and where appropriate also a size. This can be a bit bulky, and would be better passing around Core::StringView for all read only access, and Core::String for writing.
Before using any of these more widely, there should also be a fixed size string container.
The text was updated successfully, but these errors were encountered:
Initially I stuck with just passing around "const char*", and where appropriate also a size. This can be a bit bulky, and would be better passing around Core::StringView for all read only access, and Core::String for writing.
Before using any of these more widely, there should also be a fixed size string container.
The text was updated successfully, but these errors were encountered: