mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
7 lines
132 B
Go
7 lines
132 B
Go
|
package obiseq
|
||
|
|
||
|
func (iterator IBioSequenceBatch) speed() IBioSequenceBatch {
|
||
|
newIter := MakeIBioSequenceBatch()
|
||
|
return newIter
|
||
|
}
|