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
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
LineTrackingStringBuffer.CharAt is an internal infrastructure method that's called to get the character and source location of the text for each character that is read.
This method currently allocates a reference type for each call, we should come up with a better approach.