package core_extended

  1. Overview
  2. Docs
Extra components that are not as closely vetted or as stable as Core

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=17de5f7cf59818d757bb0625c55f0afc84509122645b7782fb522ac98c3be446

doc/core_extended.immediate/Immediate/String/Padded/index.html

Module String.PaddedSource

WARNING: using the padded functions to convert to a bigstring / iobuf will ignore ~len arguments that are less than the length of the source t!

Sourceval of_iobuf_peek : padding:char -> ?pos:int -> ?len:int -> ([> Core.read ], _) Iobuf.t -> t
Sourceval of_iobuf_consume : padding:char -> ?len:int -> ([> Core.read ], Iobuf.seek) Iobuf.t -> t
Sourceval unsafe_of_bigstring : padding:char -> pos:int -> len:int -> Core.Bigstring.t -> t
Sourceval unsafe_to_bigstring : t -> padding:char -> pos:int -> len:int -> Core.Bigstring.t -> unit
Sourceval to_iobuf_poke : t -> padding:char -> ?pos:int -> ?len:int -> (Core.read_write, _) Iobuf.t -> unit
Sourceval to_iobuf_fill : t -> padding:char -> ?len:int -> (Core.read_write, Iobuf.seek) Iobuf.t -> unit
Sourceval unsafe_of_iobuf_peek : padding:char -> pos:int -> len:int -> ([> Core.read ], _) Iobuf.t -> t
Sourceval unsafe_of_iobuf_consume : padding:char -> len:int -> ([> Core.read ], Iobuf.seek) Iobuf.t -> t
Sourceval unsafe_to_iobuf_poke : t -> padding:char -> pos:int -> len:int -> (Core.read_write, _) Iobuf.t -> unit
Sourceval unsafe_to_iobuf_fill : t -> padding:char -> len:int -> (Core.read_write, Iobuf.seek) Iobuf.t -> unit
OCaml

Innovation. Community. Security.