package pcrc

  1. Overview
  2. Docs

Module Update.UnsafeSource

Low-level unsafe functions.

Sourceval substring : t -> string -> int -> int -> t

Like Update.string function but with explicit pos and len parameters and no bounds checking.

Sourceval subbytes : t -> bytes -> int -> int -> t

Like substring function but for bytes data.

Sourceval subbigarray : t -> ('a, 'b, 'c) Bigarray.Array1.t -> int -> int -> t

Like subbytes function but for one-dimensional Bigarray data.