package
0.0.18
Repository: https://github.com/ngicks/go-iterator-helper.git
Documentation: pkg.go.dev

# Functions

CsvReader returns an iterator over csv lines.
Decode returns an iterator over consecutive decode results of dec.
Encode writes consecutive decode results of all values from seq.
JsonDecoder returns an iterator over json tokens.
Write writes all values from seq by marshaling it through marshaler.
Write2 is like [Write] but accepts [iter.Seq2].
WriteBinaryMarshaler writes all calling results of [encoding.BinaryMarshaler.MarshalBinary] from seq to w.
WriteTextMarshaler writes all calling results of [encoding.TextMarshaler.MarshalText] from seq to w.
XmlDecoder returns an iterator over xml tokens.