package biocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Biocaml_unix.Seq_range end
module type Identifier = Biocaml_unix.Seq_range.Identifier
include sig ... end
val compare : t -> t -> int
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val seq : t -> Core_kernel.String.t
val size : t -> int
val to_string : t -> string

String representation of a sequence range, as <seq>:<start>-<end>

val of_string : string -> t Core_kernel.Or_error.t

Parses a string representation of a sequence range, as <seq>:<start>-<end>

val make : Core_kernel.String.t -> int -> int -> t