package email_message

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

Module Email_message.String_monoidSource

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
Sourceval output_unix : t -> Async.Writer.t -> unit
Sourceval output_channel : t -> Core.Out_channel.t -> unit
OCaml

Innovation. Community. Security.