package base

  1. Overview
  2. Docs
Full standard library replacement for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=755e303171ea267e3ba5af7aa8ea27537f3394d97c77d340b10f806d6ef61a14

doc/base/Base/Bytes/From_string/index.html

Module Bytes.From_stringSource

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

Innovation. Community. Security.