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

v0.17.0.tar.gz
sha256=0c77edb9db4f29797cd5c22dd07fdbe4ff668715be870b86dcc1d849730b8562

doc/base_bigstring/Base_bigstring/To_bytes/index.html

Module Base_bigstring.To_bytesSource

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

Innovation. Community. Security.