Skip to content
Snippets Groups Projects
user avatar
Jared Hancock authored
This patch uses a 'StringView' to create a string which is a window of
another string. The __toString() method is employed to fetch a lazy copy of
the window which can be usually immediately discarded. This is optimal for
one-time-use string copies like what is used in the mail parsing.
c1d0b05f
Name Last commit Last update