Module Ecaml.Plist
A property list (“plist” for short) is a list of paired elements. Each of the pairs associates a property name (usually a symbol) with a property or value.
(Info-goto-node "(elisp)Property Lists")
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val get : t -> Symbol.t -> Ecaml__.Import.Value.t option
(describe-function 'plist-get)
(Info-goto-node "(elisp)Plist Access")
val set : t -> Symbol.t -> Ecaml__.Import.Value.t -> unit
(describe-function 'plist-put)
(Info-goto-node "(elisp)Plist Access")