Module Qcow_bitmap.Interval

val make : elt -> elt -> interval

make first last construct an interval describing all the elements from first to last inclusive.

val x : interval -> elt

the starting element of the interval

val y : interval -> elt

the ending element of the interval