func github.com/go-pg/pg/v10/internal.MakeSliceNextElemFunc

4 uses

	github.com/go-pg/pg/v10/internal (current package)
		util.go#L21: func MakeSliceNextElemFunc(v reflect.Value) func() reflect.Value {

	github.com/go-pg/pg/v10/orm
		model_slice.go#L39: 		m.nextElem = internal.MakeSliceNextElemFunc(m.slice)
		model_table_slice.go#L29: 		nextElem: internal.MakeSliceNextElemFunc(slice),

	github.com/go-pg/pg/v10/types
		array_scan.go#L77: 		nextValue := internal.MakeSliceNextElemFunc(v)