package core_kernel

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

core_kernel-v0.15.0.tar.gz
sha256=34a0288f16027c6b90e4ad16cb5cc677d7063d310faf918748ce70f1745116c0

doc/core_kernel.iobuf/Iobuf/Unsafe/Poke/index.html

Module Unsafe.PokeSource

Poke.bin_prot X.bin_write_t t x writes x to the beginning of t in binary form without advancing. You can use X.bin_size_t to tell how long it was. X.bin_write_t is only allowed to write that portion of the buffer you have access to.

Sourceval decimal : (Core.read_write, 'w) t -> pos:int -> int -> int

decimal t ~pos i returns the number of bytes written at pos.

Sourceval bin_prot_size : 'a Core.Bin_prot.Type_class.writer -> (Core.read_write, _) t -> pos:int -> 'a -> int

As bin_prot but returns the number of bytes written.

Sourcetype ('a, 'd, 'w) t = (Core.read_write, 'w) t -> pos:int -> 'a -> unit
Sourceval char : (char, 'd, 'w) t
Sourceval int64_t_be : (Core.Int64.t, 'd, 'w) t
Sourceval int64_t_le : (Core.Int64.t, 'd, 'w) t
Sourceval head_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) t
Sourceval tail_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) t
Sourceval string : str_pos:int -> len:int -> (string, 'd, 'w) t
Sourceval bytes : str_pos:int -> len:int -> (Core.Bytes.t, 'd, 'w) t
Sourceval bigstring : str_pos:int -> len:int -> (Core.Bigstring.t, 'd, 'w) t
Sourceval stringo : ?str_pos:int -> ?len:int -> (string, 'd, 'w) t
Sourceval byteso : ?str_pos:int -> ?len:int -> (Core.Bytes.t, 'd, 'w) t
Sourceval bigstringo : ?str_pos:int -> ?len:int -> (Core.Bigstring.t, 'd, 'w) t
Sourceval bin_prot : 'a Core.Bin_prot.Type_class.writer -> ('a, 'd, 'w) t
Sourceval int8_trunc : (int, 'd, 'w) t
Sourceval int16_be_trunc : (int, 'd, 'w) t
Sourceval int16_le_trunc : (int, 'd, 'w) t
Sourceval int32_be_trunc : (int, 'd, 'w) t
Sourceval int32_le_trunc : (int, 'd, 'w) t
Sourceval int64_be : (int, 'd, 'w) t
Sourceval int64_le : (int, 'd, 'w) t
Sourceval uint8_trunc : (int, 'd, 'w) t
Sourceval uint16_be_trunc : (int, 'd, 'w) t
Sourceval uint16_le_trunc : (int, 'd, 'w) t
Sourceval uint32_be_trunc : (int, 'd, 'w) t
Sourceval uint32_le_trunc : (int, 'd, 'w) t
Sourceval uint64_be_trunc : (int, 'd, 'w) t
Sourceval uint64_le_trunc : (int, 'd, 'w) t
Sourcemodule Int_repr : sig ... end
OCaml

Innovation. Community. Security.