Files
obitools4/pkg/obiseq/speed.go
2022-02-18 22:53:09 +01:00

7 lines
132 B
Go

package obiseq
func (iterator IBioSequenceBatch) speed() IBioSequenceBatch {
newIter := MakeIBioSequenceBatch()
return newIter
}