package core_kernel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Industrial strength alternative to OCaml's standard library
Install
dune-project
Dependency
Authors
Maintainers
Sources
core_kernel-v0.15.0.tar.gz
sha256=34a0288f16027c6b90e4ad16cb5cc677d7063d310faf918748ce70f1745116c0
doc/core_kernel.iobuf/Iobuf/Peek/index.html
Module Iobuf.Peek
Peek and Poke functions access a value at pos from the lower bound of the window and do not advance.
Peek.bin_prot X.bin_read_t t returns the initial X.t in t without advancing.
Following the bin_prot protocol, the representation of x is X.bin_size_t x bytes long. Peek., Poke., Consume., and Fill.bin_prot do not add any size prefix or other framing to the bin_prot representation.
Similar to Consume.To_*, but do not advance the buffer.
module To_string : sig ... endtype ('a, 'd, 'w) t = ('d, 'w) t -> pos:int -> 'aval char : (char, 'd, 'w) tval int64_t_be : (Core.Int64.t, 'd, 'w) tval int64_t_le : (Core.Int64.t, 'd, 'w) tval head_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) tval tail_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) tval string : str_pos:int -> len:int -> (string, 'd, 'w) tval bytes : str_pos:int -> len:int -> (Core.Bytes.t, 'd, 'w) tval bigstring : str_pos:int -> len:int -> (Core.Bigstring.t, 'd, 'w) tval stringo : ?str_pos:int -> ?len:int -> (string, 'd, 'w) tval byteso : ?str_pos:int -> ?len:int -> (Core.Bytes.t, 'd, 'w) tval bigstringo : ?str_pos:int -> ?len:int -> (Core.Bigstring.t, 'd, 'w) tval bin_prot : 'a Core.Bin_prot.Type_class.reader -> ('a, 'd, 'w) tval int8 : (int, 'd, 'w) tval int16_be : (int, 'd, 'w) tval int16_le : (int, 'd, 'w) tval int32_be : (int, 'd, 'w) tval int32_le : (int, 'd, 'w) tval int64_be_exn : (int, 'd, 'w) tval int64_le_exn : (int, 'd, 'w) tval int64_be_trunc : (int, 'd, 'w) tval int64_le_trunc : (int, 'd, 'w) tval uint8 : (int, 'd, 'w) tval uint16_be : (int, 'd, 'w) tval uint16_le : (int, 'd, 'w) tval uint32_be : (int, 'd, 'w) tval uint32_le : (int, 'd, 'w) tval uint64_be_exn : (int, 'd, 'w) tval uint64_le_exn : (int, 'd, 'w) tmodule Int_repr : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>