package core_kernel

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

Module Consume.To_bigstringSource

Sourceval blito : src:src -> ?src_len:int -> dst:Core.Bigstring.t -> ?dst_pos:int -> unit -> unit
Sourceval blit : src:src -> dst:Core.Bigstring.t -> dst_pos:int -> len:int -> unit
Sourceval unsafe_blit : src:src -> dst:Core.Bigstring.t -> dst_pos:int -> len:int -> unit
Sourceval subo : ?len:int -> src -> Core.Bigstring.t

subo defaults to using Iobuf.length src

Sourceval sub : src -> len:int -> Core.Bigstring.t
OCaml

Innovation. Community. Security.