public IEnumerator <T> GetEnumerator() { return(_tokens.GetEnumerator()); }
public IEnumerator <T> GetEnumerator() => _tokens.GetEnumerator();