package core_extended

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

Module Short_string.To_bigstringSource

Sourceval blit : src:t -> src_pos:int -> dst:Core.bigstring -> dst_pos:int -> len:int -> unit
Sourceval blito : src:t -> ?src_pos:int -> ?src_len:int -> dst:Core.bigstring -> ?dst_pos:int -> unit -> unit
Sourceval unsafe_blit : src:t -> src_pos:int -> dst:Core.bigstring -> dst_pos:int -> len:int -> unit
Sourceval sub : t -> pos:int -> len:int -> Core.bigstring
Sourceval subo : ?pos:int -> ?len:int -> t -> Core.bigstring