package commons

  1. Overview
  2. Docs
val mutable data : 'a
val mutable registered : (unit -> unit) list
method get : 'a
method modify : ('a -> 'a) -> unit
method register : (unit -> unit) -> unit
method set : 'a -> unit