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/Peek/index.html

Module Unsafe.PeekSource

Sourcetype 'seek src = (Core.read, 'seek) t

Similar to Consume.To_*, but do not advance the buffer.

Sourcemodule To_bytes : Core.Blit.S1_distinct with type 'seek src := 'seek src with type _ dst := Core.Bytes.t
Sourcemodule To_bigstring : Core.Blit.S1_distinct with type 'seek src := 'seek src with type _ dst := Core.Bigstring.t
Sourcemodule To_string : sig ... end
Sourcetype ('a, 'd, 'w) t = ('d, 'w) t -> pos:int -> 'a
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.reader -> ('a, 'd, 'w) t
Sourceval int8 : (int, 'd, 'w) t
Sourceval int16_be : (int, 'd, 'w) t
Sourceval int16_le : (int, 'd, 'w) t
Sourceval int32_be : (int, 'd, 'w) t
Sourceval int32_le : (int, 'd, 'w) t
Sourceval int64_be_exn : (int, 'd, 'w) t
Sourceval int64_le_exn : (int, 'd, 'w) t
Sourceval int64_be_trunc : (int, 'd, 'w) t
Sourceval int64_le_trunc : (int, 'd, 'w) t
Sourceval uint8 : (int, 'd, 'w) t
Sourceval uint16_be : (int, 'd, 'w) t
Sourceval uint16_le : (int, 'd, 'w) t
Sourceval uint32_be : (int, 'd, 'w) t
Sourceval uint32_le : (int, 'd, 'w) t
Sourceval uint64_be_exn : (int, 'd, 'w) t
Sourceval uint64_le_exn : (int, 'd, 'w) t
Sourcemodule Int_repr : sig ... end
Sourceval index_or_neg : ([> Core.read ], _) iobuf -> pos:int -> len:int -> char -> int

Like Peek.index but with no bounds checks, and returns a negative number rather than None when the character is not found.

OCaml

Innovation. Community. Security.