package bytestring

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bytestring.IterSource

Sourcetype bytestring = t
Sourcetype t
Sourceexception Invalid_position
Sourceexception Byte_not_found
Sourceval next_bit : t -> int
Sourceval next_bits : size:int -> t -> int
Sourceval next_byte : t -> bytestring
Sourceval next_bytes : size:int -> t -> bytestring
Sourceval next_utf8 : t -> bytestring
Sourceval next_utf8_seq : len:int -> t -> bytestring
Sourceval rest : t -> bytestring
Sourceval rest_as_string : t -> string
Sourceval expect_empty : t -> unit
Sourceval expect_bits : t -> int -> unit
Sourceval expect_bytes : t -> bytestring -> unit
Sourceval expect_literal_int : t -> ?size:int -> int -> unit
Sourceval expect_literal_string : t -> ?size:int -> String.t -> unit
OCaml

Innovation. Community. Security.