package base_bigstring

  1. Overview
  2. Docs
String type based on [Bigarray], for use in I/O and C-bindings

Install

dune-project
 Dependency

Authors

Maintainers

Sources

base_bigstring-v0.14.0.tar.gz
sha256=b8d93fcbb111d5a59db4b99295dc9cbb8b5058bc739863e3ecd1148eca6c14ba
md5=b6c68507bef58c3e1b4df483ed516144

doc/base_bigstring/Base_bigstring/To_bytes/index.html

Module Base_bigstring.To_bytes

val blit : src:t -> src_pos:int -> dst:Base.bytes -> dst_pos:int -> len:int -> unit
val blito : src:t -> ?src_pos:int -> ?src_len:int -> dst:Base.bytes -> ?dst_pos:int -> unit -> unit
val unsafe_blit : src:t -> src_pos:int -> dst:Base.bytes -> dst_pos:int -> len:int -> unit
val sub : t -> pos:int -> len:int -> Base.bytes
val subo : ?pos:int -> ?len:int -> t -> Base.bytes