package biotk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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