//
pkg.gl
Category
github.com/go-faster/oteldb
internal
iterators
package
0.15.0
Repository:
https://github.com/go-faster/oteldb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
9
Files
59 SLOC
#
Functions
Empty
Empty creates new empty iterator.
ForEach
ForEach calls given callback for each iterator element.
Slice
Slice creates new SliceIterator from given values.
#
Structs
EmptyIterator
EmptyIterator returns zero elements.
SliceIterator
SliceIterator is a slice iterator.
#
Interfaces
Iterator
Iterator is an storage iterator interface.