package email_message

  1. Overview
  2. Docs
E-mail message parser

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=3aa5c85da8530c277cf9e72e18861b235b3b872f08c87f118c04478433320ebb

doc/email_message.kernel/Email_message_kernel/String_monoid/index.html

Module Email_message_kernel.String_monoidSource

Sourcetype t
Sourceval empty : t

Primitive, constant-time operations

Sourceval nl : t
Sourceval plus : t -> t -> t
Sourceval length : t -> int
Sourceval concat : ?sep:t -> t list -> t

Linear in the number of elements.

Sourceval concat_string : ?sep:string -> string list -> t

Linear in the number of elements in the list.

include Core.Stringable.S with type t := t
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval of_bigstring : Core.Bigstring.t -> t
Sourceval to_bigstring : t -> Core.Bigstring.t
Sourceval of_char : char -> t
Sourceval output_bigbuffer : t -> Core.Bigbuffer.t -> unit
Sourcemodule Underlying : sig ... end
Sourceval fold : t -> init:'accum -> f:('accum -> Underlying.t -> 'accum) -> 'accum
Sourceval iter : t -> f:(Underlying.t -> unit) -> unit
Sourceval is_suffix : t -> suffix:string -> bool
Sourceval is_prefix : t -> prefix:string -> bool
Sourceval is_substring : t -> substring:string -> bool
Sourceval is_string : t -> string:string -> bool
Sourcemodule Private : sig ... end
OCaml

Innovation. Community. Security.