package biotk

  1. Overview
  2. Docs
type t = private Biocaml_unix.Range.t list
val empty : t
val singleton : Biocaml_unix.Range.t -> t
val add : t -> Biocaml_unix.Range.t -> t
val diff_range : t -> Biocaml_unix.Range.t -> t