Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RowsIterator ¶
type RowsIterator struct {
// contains filtered or unexported fields
}
func NewRowsIterator ¶
func NewRowsIterator(rows *sql.Rows) *RowsIterator
type SliceIterator ¶
type SliceIterator[T any] struct { // contains filtered or unexported fields }
func NewSliceIterator ¶
func NewSliceIterator[T any](slice *[]T) *SliceIterator[T]
func (*SliceIterator[T]) Next ¶
func (s *SliceIterator[T]) Next() *itertool.Optional[T]
Click to show internal directories.
Click to hide internal directories.