summaryrefslogtreecommitdiff
path: root/source/fud_string_view.cpp
AgeCommit message (Collapse)Author
2024-10-20Lots of work.Dominick Allen
2024-10-09Use const references and constexpr as applicable.Dominick Allen
2024-10-02Fix error in string reserve.Dominick Allen
2024-10-02Separate string view, implement string appending semantics.Dominick Allen