You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this usually involves the allocation of a fresh Text containing multiple spaces via textSpaces. It would probably be better to use a slice of a pre-allocated buffer.
Maybe the newline could/should even be included as the first byte of that buffer?!
The text was updated successfully, but these errors were encountered:
Currently this usually involves the allocation of a fresh
Text
containing multiple spaces viatextSpaces
. It would probably be better to use a slice of a pre-allocated buffer.Maybe the newline could/should even be included as the first byte of that buffer?!
The text was updated successfully, but these errors were encountered: