package sanddb

  1. Overview
  2. Docs

Module Sanddb.Record_idSource

Sanddb.Record_id is the basic record id type, which idetifies a record in the database. It's compatible with base's Set type.

type t
Sourcetype comparator_witness
Sourceval create_random_id : unit -> t
Sourceval nil_id : t
val compare : t -> t -> int
val equal : t -> t -> bool
val of_string : ?pos:int -> string -> t option
val to_string : ?upper:bool -> t -> string
Sourceval sexp_of_t : t -> Base.Sexp.t
OCaml

Innovation. Community. Security.