Documentation ¶
Overview ¶
Package runeit allows for native Go runes to be used with iterators.
Iterator functions:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StringIterator ¶ added in v0.7.0
type StringIterator struct {
// contains filtered or unexported fields
}
StringIterator represents an iterator yielding individual runes from a string.
func (*StringIterator) Next ¶ added in v0.7.0
func (it *StringIterator) Next() bool
func (*StringIterator) Value ¶ added in v0.7.0
func (it *StringIterator) Value() rune
Click to show internal directories.
Click to hide internal directories.