Luna::BasicString::append
void append(InitializerList< value_type > ilist)
Appends characters from the specified initializer list to the back of the string.
Parameters
-
in ilist
The initializer list of characters to be appended.
void append(InitializerList< value_type > ilist)
Appends characters from the specified initializer list to the back of the string.
in ilist
The initializer list of characters to be appended.