package vcaml

  1. Overview
  2. Docs

Contains a getter and setter for a given variable or property.

type 'a t = {
  1. get : 'a Core.Or_error.t api_call;
  2. set : 'a -> unit Core.Or_error.t api_call;
}