Files
obitools4/pkg/obiseq/speed.go

7 lines
132 B
Go
Raw Normal View History

2022-02-18 22:53:09 +01:00
package obiseq
func (iterator IBioSequenceBatch) speed() IBioSequenceBatch {
newIter := MakeIBioSequenceBatch()
return newIter
}