package guardian

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

Module Uuid.UuidBaseSource

Parameters

Signature

include module type of struct include Core end
type t = Core.t
val nil : t
val max : t
val ns_dns : t
val ns_url : t
val ns_oid : t
val ns_X500 : t
val equal : t -> t -> bool
val compare : t -> t -> int
val of_binary_string : ?pos:int -> string -> t option
val to_binary_string : t -> string
val unsafe_of_binary_string : string -> t
val unsafe_to_binary_string : t -> string
val of_string : ?pos:int -> string -> t option
val of_string_exn : ?pos:int -> string -> t
val of_string_res : ?pos:int -> string -> (t, string) result
val to_string : ?upper:bool -> t -> string
val pp : Format.formatter -> t -> unit
val pp' : upper:bool -> Format.formatter -> t -> unit
val to_yojson : t -> [> `String of string ]
val of_yojson : [> `String of string ] -> (t, string) result
val sexp_of_t : t -> Sexplib0.Sexp.t
val create : unit -> t