hts_pair32_t

32-bit start/end coordinate pair

extern (C)
struct hts_pair32_t {}

Members

Variables

beg
uint beg;
end
uint end;

start, end coordinates (32-bit)

Meta