hts_pair64_t

64-bit start/end coordinate pair

extern (C)
struct hts_pair64_t {}

Members

Variables

u
ulong u;
v
ulong v;

start, end coordinates (64-bit)

Meta