| 1987 | } |
| 1988 | |
| 1989 | type runUnsetIterator16 struct { |
| 1990 | rc *runContainer16 |
| 1991 | curIndex int |
| 1992 | nextVal int |
| 1993 | } |
| 1994 | |
| 1995 | func (rc *runContainer16) newRunUnsetIterator16() *runUnsetIterator16 { |
| 1996 | rui := &runUnsetIterator16{rc: rc, curIndex: 0, nextVal: 0} |
nothing calls this directly
no outgoing calls
no test coverage detected