-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.Text.Text
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
1 revision
namespace: Crow.Text
Text
public class Text
⬜ | prototype | description |
---|---|---|
Text (string text, int capacity=-1) |
__ | |
Text (int capacity) |
__ |
⬜ | name | description |
---|
⬜ | prototype | description |
---|---|---|
void Append(ReadOnlySpan< char > str) |
__ | |
void Insert(ReadOnlySpan< char > str, int start) |
__ | |
void Remove(int start, int length) |
__ | |
string ToString() |
__ | |
void Update(TextChange change) |
__ |
⬜ | name | description |
---|