Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A valid sub-range with an associated string.
When used inside representations, it should always be a, non-empty, and a strict sub-range of the associated string.
val empty : t
val is_empty : t -> bool
val length : t -> int
val pp : Stdlib.Format.formatter -> t -> unit
val of_string : string -> t
val to_string : t -> string
val to_iovec : t -> Rio.Iovec.t
module Iter : sig ... end
module Transient : sig ... end
val to_transient : t -> Transient.t
val with_bytes :
?capacity:int ->
(bytes -> (int, 'error) Stdlib.result) ->
(t, 'error) Stdlib.result