Provides a common interface for iterating characters over a StringSlice or StringLineGroup.
public interface ICharIterator
kind:method, kind:property, kind:ctor. Press Esc to clear.CurrentCharGets the current character.EndGets the end character position.IsEmptyGets a value indicating whether this instance is empty.StartGets the current start character position.NextChar()Goes to the next character, incrementing the Start position.PeekChar()Peeks at the next character, without incrementing the Start position.PeekChar(Int32)Peeks at the next character, without incrementing the Start position.SkipChar()Goes to the next character, incrementing the Start position.TrimStart()Trims whitespaces at the beginning of this slice starting from Start position.