blachlylab / dhtslib

D bindings and OOP wrappers for htslib
MIT License
7 stars 1 forks source link

VCFReader doesn't conform to Range rules #69

Closed charlesgregory closed 3 years ago

charlesgregory commented 3 years ago

It has an empty popFront. We will have to change this at some point.

jblachly commented 3 years ago

The range rules make me sad because they don't fit well with the iterator model in htslib

charlesgregory commented 3 years ago

That is true.