Module Bookmark.Record
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Ecaml__.Import.Valueable.S with type t := t
val of_value_exn : Ecaml_value__.Value0.t -> tval to_value : t -> Ecaml_value__.Value0.tval type_ : t type_val t : t type_
val get : t -> 'a Property.t -> 'a optionget t keyreturnsNoneifkeyis not int, and raises if the value has an unexpected type.
val get_exn : t -> 'a Property.t -> 'aval set : t -> 'a Property.t -> 'a -> tset t key datasilently overrides any existing value ofkeyint.
val create : Property.And_value.t list -> tIt is an error to repeat properties.