Luna::BasicString::insert
void insert(usize index, usize count, value_type ch)
Inserts count
copies of characters in the specified position.
Parameters
-
in index
The index to insert the characters.
-
in count
The number of characters to insert.
-
in ch
The character to insert.