package base

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

Parameters

module T : sig ... end
module To_bytes : S_distinct with type src := T.t with type dst := bytes

Signature

val sub : T.t -> pos:int -> len:int -> string
val subo : ?pos:int -> ?len:int -> T.t -> string