package decompress

  1. Overview
  2. Docs

Module Rfc1951.BSource

Sourcetype st =
  1. | St
Sourcetype bs =
  1. | Bs
Sourcemodule Bigstring : sig ... end
Sourcetype 'a t =
  1. | Bytes : Bytes.t -> st t
  2. | Bigstring : Bigstring.t -> bs t
Sourceval from_bytes : Bytes.t -> st t
Sourceval from_bigstring : Bigstring.t -> bs t
Sourceval from : proof:'a t -> int -> 'a t
Sourceval length : 'a t -> int
Sourceval get : 'a t -> int -> char
Sourceval set : 'a t -> int -> char -> unit
Sourceval get_u16 : 'a t -> int -> int
Sourceval get_u32 : 'a t -> int -> int32
Sourceval get_u64 : 'a t -> int -> int64
Sourceval set_u16 : 'a t -> int -> int -> unit
Sourceval set_u32 : 'a t -> int -> int32 -> unit
Sourceval set_u64 : 'a t -> int -> int64 -> unit
Sourceval to_string : 'a t -> string
Sourceval blit : 'a t -> int -> 'a t -> int -> int -> unit
Sourceval sub : 'a t -> int -> int -> 'a t
Sourceval fill : 'a t -> int -> int -> char -> unit
Sourceval pp : Format.formatter -> 'a t -> unit
Sourceval empty : proof:'a t -> 'a t
Sourceval proof_bytes : st t
Sourceval proof_bigstring : bs t
OCaml

Innovation. Community. Security.