package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module extends Base.Ordered_collection_common.

include module type of struct include Base.Ordered_collection_common end
val get_pos_len_exn : ?pos:int -> ?len:int -> unit -> total_length:int -> int * int
val check_pos_len_exn : pos:int -> len:int -> total_length:int -> unit
module Private : sig ... end
val get_pos_len : ?pos:int -> ?len:int -> unit -> total_length:int -> (int * int) Base__.Or_error.t
val normalize : length_fun:('a -> int) -> 'a -> int -> int
val slice : length_fun:('a -> int) -> sub_fun:('a -> pos:int -> len:int -> 'a) -> 'a -> int -> int -> 'a
OCaml

Innovation. Community. Security.