Convert and modernize various parts of the viewer to use string_view and move semantics
This modernizes various parts of the viewer to use string_view and move semantics to reduce the number of runtime string copies.
Edited by Rye Mutt
This modernizes various parts of the viewer to use string_view and move semantics to reduce the number of runtime string copies.